MintGatewayProxy
Verified contract
Proxy
Active on
Ethereum with 317 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
0xd514…76f5
Balances ($0.00)
No balances found for "MintGatewayProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16621769 | 2 years ago | | | 0 | 0.0059952888 | |
| 16590967 | 2 years ago | | | 0 | 0.0039003508 | |
| 16590358 | 2 years ago | | | 0 | 0.0049560209 | |
| 16500243 | 2 years ago | | | 0 | 0.0054387865 | |
| 16392322 | 2 years ago | | | 0 | 0.0060265076 | |
| 16334599 | 2 years ago | | | 0 | 0.0053627196 | |
| 16233827 | 2 years ago | | | 0 | 0.0028718383 | |
| 16231127 | 2 years ago | | | 0 | 0.0026685989 | |
| 16228559 | 2 years ago | | | 0 | 0.0031808496 | |
| 16222829 | 2 years ago | | | 0 | 0.0024835990 |
ABI
ABI objects
Getter at block 21413351
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)
677
owner() view returns (address)
0xfe43c3a01102eda295333f5ad6cc747f03314fdb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
selectorHash() view returns (bytes32)
0xe12b734ed6458785b4bad332af7b7ebc7db20edb3ece49b595d0c884b551a985
token() view returns (address)
0xd5147bc8e386d91cc5dbe72099dac6c9b99276f5
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.