ZECGateway
Verified contract
Proxy
Active on
Ethereum with 1,015 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
0x1c5d…37c2
Balances ($0.00)
No balances found for "ZECGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16652493 | 2 years ago | | | 0 | 0.0044868771 | |
| 16625825 | 2 years ago | | | 0 | 0.0031983386 | |
| 16557253 | 2 years ago | | | 0 | 0.0045224778 | |
| 16242883 | 2 years ago | | | 0 | 0.0029544997 | |
| 16242241 | 2 years ago | | | 0 | 0.0045222722 | |
| 16224667 | 2 years ago | | | 0 | 0.0025558820 | |
| 16224582 | 2 years ago | | | 0 | 0.0026310635 | |
| 16224484 | 2 years ago | | | 0 | 0.0024141500 | |
| 16224269 | 2 years ago | | | 0 | 0.0024061401 | |
| 16207067 | 2 years ago | | | 0 | 0.0025613597 |
ABI
ABI objects
Getter at block 21165038
burnFee() view returns (uint16)
0
feeRecipient() view returns (address)
0xe33417797d6b8aec9171d0d6516e88002fbe23e7
isOwner() view returns (bool)
false
minimumBurnAmount() view returns (uint256)
35036
mintAuthority() view returns (address)
0x7f64e4e4b2d7589eb0ac8439c0e639856aeceee7
mintFee() view returns (uint16)
0
nextN() view returns (uint256)
1699
owner() view returns (address)
0xfe43c3a01102eda295333f5ad6cc747f03314fdb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
selectorHash() view returns (bytes32)
0x7fd4c7485bcb318d306663de96cc0e3312947785896127df7a303adff90865b4
token() view returns (address)
0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2
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 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
_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)
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.