CointobeToken
Verified contract
Active on
Ethereum with 3,091 txns
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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11235339 | 4 years ago | | | 0 | 0.0023442000 | |
| 11235335 | 4 years ago | | | 0 | 0.0023442000 | |
| 11235319 | 4 years ago | | | 0 | 0.0045188289 | |
| 11026474 | 4 years ago | | | 0 | 0.0017672280 | |
| 11026474 | 4 years ago | | | 0 | 0.0024577800 | |
| 10821629 | 4 years ago | | | 0 | 0.0031888982 | |
| 10113263 | 5 years ago | | | 0 | 0.00088426181 | |
| 10100276 | 5 years ago | | | 0 | 0.00036408356 | |
| 10010152 | 5 years ago | | | 0 | 0.00053418000 | |
| 9460680 | 5 years ago | | | 0 | 0.0015372000 |
ABI
ABI objects
Getter at block 21249297
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
CointobeToken
owner() view returns (address)
0x71e64e03e78f029ce2cf8a7d488261dea3e040bf
paused() view returns (bool)
false
symbol() view returns (string)
CTB
totalSupply() view returns (uint256)
300000000000000000000000000
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)
burn(uint256 _value)
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()
withdrawEther()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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()
fallback()
This contract contains no error objects.