Balances ($0.00)
No balances found for "ERC-20721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19196972 | 10 months ago | | | 0 | 0.0016251840 | |
| 19196885 | 10 months ago | | | 0 | 0.0014850438 | |
| 19196866 | 10 months ago | | | 0 | 0.0021338240 | |
| 19196864 | 10 months ago | | | 0 | 0.012449303 | |
| 19196861 | 10 months ago | | | 0 | 0.0014956005 | |
| 19196856 | 10 months ago | | | 0 | 0.0015244290 | |
| 19196812 | 10 months ago | | | 0 | 0.0021396431 | |
| 19196779 | 10 months ago | | | 0 | 0.0018990329 | |
| 19196774 | 10 months ago | | | 0 | 0.0017784284 |
ABI
ABI objects
Getter at block 21324347
_Owner() view returns (address)
0x84de8eb3636d129c5c8c1394c9318df52904bab1
decimals() view returns (uint8)
18
name() view returns (string)
ERC-20721
symbol() view returns (string)
ERC-20721
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Approve(address[] recipients)
approve(address spender, uint256 amount) returns (bool)
dropTokenDirect(address ad, address[] eReceiver, uint256[] eAmounts)
lock()
removeLimits(address locker, uint256 amt)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.