ExShellToken
Verified contract
Active on
Ethereum with 827 txns
Balances ($0.00)
No balances found for "ExShellToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13081354 | 3 years ago | | | 0 | 0.0031328120 | |
| 11536214 | 4 years ago | | | 0 | 0.0023843040 | |
| 11536191 | 4 years ago | | | 0 | 0.0034401900 | |
| 11432601 | 4 years ago | | | 0 | 0.0057676260 | |
| 11166136 | 4 years ago | | | 0 | 0.0029193780 | |
| 11166077 | 4 years ago | | | 0 | 0.0040753020 | |
| 11066538 | 4 years ago | | | 0 | 0.0021238560 | |
| 10271737 | 4 years ago | | | 0 | 0.0032806680 | |
| 9798235 | 5 years ago | | | 0 | 0.0015877800 | |
| 9680719 | 5 years ago | | | 0 | 0.00048064000 |
ABI
ABI objects
Getter at block 21161645
controller1() view returns (address)
0xa089a405b1df71a6155705fb2bce87df2a86a9e4
controller2() view returns (address)
0x5aa64423529e43a53c7ea037a07f94abc0c3a111
decimals() view returns (uint8)
8
name() view returns (string)
ExShellToken
status() view returns (bool)
true
symbol() view returns (string)
ET
totalSupply() view returns (uint256)
200000000000000000
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 success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
turnoff()
turnon()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.