OPNMintManager
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OPNMintManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19533432 | 7 months ago | | | 0 | 0.0015244966 | |
| 19527726 | 7 months ago | | | 0 | 0.0021283136 |
ABI
ABI objects
Getter at block 21157405
chainId() view returns (uint256)
1
daoContractAddress() view returns (address)
0x024e301c2e41450fc23ba7ba6257785719d3361d
migrationContract() view returns (address)
0xb4cfd748b23c103f73c10259171ecc5ef1dd31da
opnToken() view returns (address)
0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509
opnTokenAddress() view returns (address)
0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509
owner() view returns (address)
0x024e301c2e41450fc23ba7ba6257785719d3361d
Read-only
This contract contains no read-only function objects.
State-modifying
Events issueTokensMigration(address _to, uint256 _amount)
mintTokenPolygonInventory(address _to, uint256 _amount)
setDaoContractAddress(address _daoContractAddress)
setMigrationContract(address _migrationContract)
setMintManangerInToken(address _newMigrationManager)
transferOwnership(address newOwner)
withdrawOPN()
withdrawTokens(address _tokenAddress, uint256 _amount)
DAOContractAddressSet(address daoContractAddress)
DaoMint(address indexed to, uint256 amount)
MigrationContractSet(address migrationContract)
MigrationMint(address indexed to, uint256 amount)
MintManagerSetInToken(address _newMigrationManager)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _initialAdmin, address _daoContractAddress, address _opnTokenAddress, uint256 _chainID)
This contract contains no fallback and receive objects.
This contract contains no error objects.