COTI Token
Verified contract
Active on
Ethereum with 396,417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,155.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COTI | ERC-20 | 151.558268K | $0.103591 |
$15,700.07 | |
LCX | ERC-20 | 10K | $0.109577 |
$1,095.77 | |
MANA | ERC-20 | 473.513761 | $0.425452 |
$201.46 | |
GOVI | ERC-20 | 1.404232K | $0.08599 |
$120.75 | |
USDT | ERC-20 | 19.98002 | $1.002 |
$20.02 | |
0x9f8f…79a2 | ERC-20 | 0.01 | $1,714.77 |
$17.15 | |
BADGER | ERC-20 | 0.1 | $3.42 |
$0.34 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241170 | 3 minutes ago | | | 0 | 0.00049769422 | |
| 21241148 | 7 minutes ago | | | 0 | 0.00061191014 | |
| 21241122 | 13 minutes ago | | | 0 | 0.00029218209 | |
| 21241115 | 14 minutes ago | | | 0 | 0.00049160040 | |
| 21241093 | 18 minutes ago | | | 0 | 0.00054898558 | |
| 21241064 | 24 minutes ago | | | 0 | 0.00061765845 | |
| 21240990 | 39 minutes ago | | | 0 | 0.00047437568 | |
| 21240985 | 40 minutes ago | | | 0 | 0.00031535328 | |
| 21240979 | 41 minutes ago | | | 0 | 0.00050328359 | |
| 21240972 | 43 minutes ago | | | 0 | 0.00036809772 |
ABI
ABI objects
Getter at block 21241182
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
COTI Token
owner() view returns (address)
0xe0e42c70880d57230fb843db5eba6800533e91ae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
COTI
totalSupply() view returns (uint256)
2495902159575174046191653746
Read-only
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 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
reclaimEther()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.