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 "ZNDToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244337 | a few seconds ago | | | 0 | 0.00047605342 | |
| 21244311 | 6 minutes ago | | | 0 | 0.00084549217 | |
| 21244059 | an hour ago | | | 0 | 0.00047320876 | |
| 21244037 | an hour ago | | | 0 | 0.00080776826 | |
| 21244033 | an hour ago | | | 0 | 0.00085364051 | |
| 21243629 | 2 hours ago | | | 0 | 0.00077597540 | |
| 21243621 | 2 hours ago | | | 0 | 0.0010807840 | |
| 21242900 | 5 hours ago | | | 0 | 0.00048556065 | |
| 21242877 | 5 hours ago | | | 0 | 0.00051295512 | |
| 21242793 | 5 hours ago | | | 0 | 0.00043364964 |
ABI
ABI objects
Getter at block 21244337 renounceOwnership() view
DOMAIN_SEPARATOR() view returns (bytes32)
0xce6a81ca14d14dfc1380fedd37cb1bb31239c6c4299cf06fddcdc9573d3db757
TOTAL_SUPPLY() view returns (uint256)
700000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ZNDToken, version=1, chainId=1, verifyingContract=0x2d8ea194902bc55431420bd26be92b0782dce91d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
ZNDToken
owner() view returns (address)
0xcb3d2be5386a13c87944f9384214ead9a6dba792
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ZND
totalSupply() view returns (uint256)
700000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RenouncingOwnershipIsDisabled()
StringTooLong(string str)