MintGatewayLogicV2
Verified contract
Implementation
Active on
Ethereum with 1 txns
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
Balances ($0.00)
No balances found for "MintGatewayLogicV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12546756 | 3 years ago | | | 0 | 0.0030198000 |
ABI
ABI objects
Getter at block 20791540
burnFee() view returns (uint16)
10000
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000001
isOwner() view returns (bool)
false
minimumBurnAmount() view returns (uint256)
0
mintAuthority() view returns (address)
0x0000000000000000000000000000000000000001
mintFee() view returns (uint16)
10000
nextN() view returns (uint256)
0
owner() view returns (address)
0xfe45ab17919759cfa2ce35215ead5ca4d1fc73c7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
selectorHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_legacy_hashForSignature(bytes32 _pHash, uint256 _amount, address _to, bytes32 _nHash) view returns (bytes32)
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 _directTransferOwnership(address newOwner)
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)
updateFees(uint16 _nextMintFee, uint16 _nextBurnFee)
updateMinimumBurnAmount(uint256 _minimumBurnAmount)
updateMintAuthority(address _nextMintAuthority)
updateMintFee(uint16 _nextMintFee)
updateSelectorHash(bytes32 _selectorHash)
updateSymbol(string symbol)
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.
This contract contains no fallback and receive objects.
This contract contains no error objects.