Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Cryptid"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453496 | 4 months ago | | | 0 | 0.000060531340 | |
| 20453414 | 4 months ago | | | 0 | 0.000061017165 | |
| 19843288 | 6 months ago | | | 0 | 0.00023174000 | |
| 19793130 | 7 months ago | | | 0 | 0.00043349580 | |
| 19525537 | 8 months ago | | | 0 | 0.00086311706 | |
| 17482920 | a year ago | | | 0 | 0.00066226784 | |
| 17024695 | 2 years ago | | | 0 | 0.00051913231 | |
| 16916491 | 2 years ago | | | 0 | 0.00038990720 | |
| 16916477 | 2 years ago | | | 0 | 0.00034983598 | |
| 16420238 | 2 years ago | | | 0 | 0.00080793520 |
ABI
ABI objects
Getter at block 21261498
_Tokendecimals() view returns (uint8)
18
_Tokenname() view returns (string)
Cryptid
_Tokensymbol() view returns (string)
CID
decimals() view returns (uint8)
18
name() view returns (string)
Cryptid
symbol() view returns (string)
CID
totalSupply() view returns (uint256)
6331737188467268494749004
Read-only
_CryptidTokenBalances(address) view returns (uint256)
_allowed(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.