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 "Coin SEO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20917085 | a month ago | | | 0 | 0.00050183127 | |
| 19178438 | 9 months ago | | | 0 | 0.0030477271 | |
| 18198201 | a year ago | | | 0 | 0.00038129155 | |
| 18195431 | a year ago | | | 0 | 0.0010653948 | |
| 18193882 | a year ago | | | 0 | 0.00036803201 | |
| 18193749 | a year ago | | | 0 | 0.00052469849 | |
| 18193743 | a year ago | | | 0 | 0.00050067596 | |
| 18193741 | a year ago | | | 0 | 0.00053123551 | |
| 18193738 | a year ago | | | 0 | 0.00046870097 | |
| 18193738 | a year ago | | | 0 | 0.00063173097 |
ABI
ABI objects
Getter at block 21124412
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
18000000000000000000000000
name() view returns (string)
Coin SEO
owner() view returns (address)
0x7154d89dfe017f4824d721f804feb4f4ef40b487
symbol() view returns (string)
CSEO
totalSupply() view returns (uint256)
6000000000000000000000000
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 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
This contract contains no error objects.