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 "Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5170536 | 7 years ago | | | 0 | 0.00024005000 | |
| 4972174 | 7 years ago | | | 0 | 0.0011731090 | |
| 4945410 | 7 years ago | | | 0 | 0.00092154000 | |
| 4945398 | 7 years ago | | | 0 | 0.00092154000 | |
| 4942414 | 7 years ago | | | 0 | 0.00093120300 | |
| 4926492 | 7 years ago | | | 0 | 0.00092026000 | |
| 4905170 | 7 years ago | | | 0 | 0.00092282000 | |
| 4905032 | 7 years ago | | | 0 | 0.00092154000 | |
| 4892546 | 7 years ago | | | 0 | 0.00092282000 | |
| 4890263 | 7 years ago | | | 0 | 0.00092026000 |
ABI
ABI objects
Getter at block 21248179
DECIMALS() view returns (uint8)
18
NAME() view returns (string)
Crypto Trust Network
SYMBOL() view returns (string)
CTN
baseSupply() view returns (uint256 initialAmount)
4500000000000000000000000
mintingFinished() view returns (bool)
true
owner() view returns (address)
0x491559dd3dfdbca13edc74569e86c8a0d517975b
totalSupply() view returns (uint256 totalAmount)
4585570129965438255558125
vault() view returns (address)
0x6e794aaa2db51fc246b1979fb9a9849f53919d1e
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _address) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
finishMinting() returns (bool)
makeTradable()
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Mint(address indexed _to, uint256 _value)
MintFinished()
TradableTokens()
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.