-
---
eip: ERC-1410
title: Partially Fungible Token Standard (part of the ERC-1400 Security Token Standards)
author: Adam Dossa (@adamdossa), Pablo Ruiz (@pabloruiz55), Fabian Vogelsteller (@frozem…
-
The page at https://docs.openzeppelin.com/learn/upgrading-smart-contracts
says to use
```js
// scripts/deploy_upgradeable_box.js
const { ethers, upgrades } = require("hardhat");
async functi…
-
I have two upgradeable smart contracts, one is getting deployed successfully.
The second contract requires address of first contract in initialize function.
I am getting the following error:
`"Ad…
-
Hello. I encountered the issue below when wrote migration to upgrade my smart-contract to a new version.
My smart-contract includes 2 enums and a struct.
Here is the error I am seeing:
Error: A…
-
-
Hello all,
I am attempting to test a set of upgradeable contracts using the mainnet forking abilities on Hardhat. Unfortunately, whenever I attempt to run my tests I receive this error message:
…
-
is it possible to create upgradeable smart contract in tron ?
-
Currently, the wallet creation is still costly, the reason is that after we deploy wallet proxies, we have to re-config each wallet by adding multiple Modules and do multiple method bindings (newly de…
-
The [release of OpenZeppelin Contracts v3.0](https://forum.openzeppelin.com/t/openzeppelin-contracts-v3-0/2695) marks the completion of our [Q1 roadmap](https://github.com/OpenZeppelin/openzeppelin-co…
-
### Overview
I haven't looked into it enough to determine the feasibility (as it's written in js), but openzepplin's upgrade plugin is a really powerful tool for building applications with minimal an…