Dino Coin
Verified contract
Active on
Ethereum with 343 txns
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 "Dino Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20811792 | 2 months ago | | | 0 | 0.00099180900 | |
| 20811727 | 2 months ago | | | 0 | 0.0012016780 | |
| 20800278 | 2 months ago | | | 0 | 0.00052400604 | |
| 20345857 | 4 months ago | | | 0 | 0.00014491300 | |
| 20201912 | 5 months ago | | | 0 | 0.000060551324 | |
| 20129826 | 5 months ago | | | 0 | 0.00029922063 | |
| 20106405 | 5 months ago | | | 0 | 0.00015379845 | |
| 20006573 | 6 months ago | | | 0 | 0.00071050131 | |
| 20004632 | 6 months ago | | | 0 | 0.00077943490 | |
| 19881112 | 6 months ago | | | 0 | 0.00027377560 |
ABI
ABI objects
Getter at block 21285029
decimals() view returns (uint8)
18
name() view returns (string)
Dino Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Dino
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateOwner()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.