MintGatewayProxy
Verified contract
Proxy
Active on
Ethereum with 718 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x3832…71a7
Balances ($0.00)
No balances found for "MintGatewayProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17601791 | a year ago | | | 0 | 0.0027550184 | |
| 16987575 | 2 years ago | | | 0 | 0.0047702365 | |
| 16977169 | 2 years ago | | | 0 | 0.0062713443 | |
| 16956085 | 2 years ago | | | 0 | 0.0037609170 | |
| 16923951 | 2 years ago | | | 0 | 0.0038926761 | |
| 16923826 | 2 years ago | | | 0 | 0.0034849158 | |
| 16923776 | 2 years ago | | | 0 | 0.0036527136 | |
| 16891498 | 2 years ago | | | 0 | 0.0089949258 | |
| 16847993 | 2 years ago | | | 0 | 0.0075535669 | |
| 16705053 | 2 years ago | | | 0 | 0.0035629740 |
ABI
ABI objects
Getter at block 21418279
burnFee() view returns (uint16)
0
feeRecipient() view returns (address)
0xe33417797d6b8aec9171d0d6516e88002fbe23e7
isOwner() view returns (bool)
false
minimumBurnAmount() view returns (uint256)
0
mintAuthority() view returns (address)
0x7f64e4e4b2d7589eb0ac8439c0e639856aeceee7
mintFee() view returns (uint16)
0
nextN() view returns (uint256)
1216
owner() view returns (address)
0xfe43c3a01102eda295333f5ad6cc747f03314fdb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
selectorHash() view returns (bytes32)
0x9ab5f4056656445bb5e1db1dd527a609a4fe8b5a8749b596fd558acb92467434
token() view returns (address)
0x3832d2f059e55934220881f831be501d180671a7
Read-only
getBurn(uint256 _n) view returns (uint256 _blocknumber, bytes _to, uint256 _amount, string _chain, bytes _payload)
hashForSignature(bytes32 _pHash, uint256 _amount, address _to, bytes32 _nHash) view returns (bytes32)
status(bytes32) view returns (bool)
verifySignature(bytes32 _sigHash, bytes _sig) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
blacklistRecoverableToken(address _token)
burn(bytes _to, uint256 _amount) returns (uint256)
claimOwnership()
claimTokenOwnership()
initialize(address _nextOwner)
initialize(address _token, address _feeRecipient, address _mintAuthority, uint16 _mintFee, uint16 _burnFee, uint256 _minimumBurnAmount)
mint(bytes32 _pHash, uint256 _amountUnderlying, bytes32 _nHash, bytes _sig) returns (uint256)
recoverTokens(address _token)
renounceOwnership()
transferOwnership(address newOwner)
transferTokenOwnership(address _nextTokenOwner)
updateBurnFee(uint16 _nextBurnFee)
updateFeeRecipient(address _nextFeeRecipient)
updateMinimumBurnAmount(uint256 _minimumBurnAmount)
updateMintAuthority(address _nextMintAuthority)
updateMintFee(uint16 _nextMintFee)
updateSelectorHash(bytes32 _selectorHash)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
LogBurn(bytes _to, uint256 _amount, uint256 indexed _n, bytes indexed _indexedTo)
LogMint(address indexed _to, uint256 _amount, uint256 indexed _n, bytes32 indexed _nHash)
LogMintAuthorityUpdated(address indexed _newMintAuthority)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.