Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COOS | ERC-20 | 61.18K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453430 | 3 months ago | | | 0 | 0.000054823000 | |
| 20453364 | 3 months ago | | | 0 | 0.000054823000 | |
| 20453269 | 3 months ago | | | 0 | 0.000050011000 | |
| 19874492 | 6 months ago | | | 0 | 0.00033723525 | |
| 17547204 | a year ago | | | 0 | 0.00066152175 | |
| 17547131 | a year ago | | | 0 | 0.00069085639 | |
| 16300267 | 2 years ago | | | 0 | 0.00097711583 | |
| 15583284 | 2 years ago | | | 0 | 0.0011179438 | |
| 15106501 | 2 years ago | | | 0 | 0.00049416205 | |
| 15106481 | 2 years ago | | | 0 | 0.00053219488 |
ABI
ABI objects
Getter at block 21160504
decimals() view returns (uint8)
18
getTokenDetail() view returns (string, string, uint256)
(COOS, COOS, 2000000000000000000000000000)
mintingFinished() view returns (bool)
false
name() view returns (string)
COOS
owner() view returns (address)
0x28daa1194b8b2cf51508bc834cb2435976d3b016
paused() view returns (bool)
false
symbol() view returns (string)
COOS
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.