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 |
---|---|---|---|---|---|
LUNAS | ERC-20 | 274.400641M | -- | -- | |
SHELL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206850 | 17 hours ago | | | 0 | 0.00043757105 | |
| 20287969 | 4 months ago | | | 0 | 0.000079361385 | |
| 20278048 | 4 months ago | | | 0 | 0.00037132556 | |
| 19937559 | 6 months ago | | | 0 | 0.00029806220 | |
| 19671270 | 7 months ago | | | 0 | 0.00019517904 | |
| 19636849 | 7 months ago | | | 0 | 0.00032379325 | |
| 19614532 | 7 months ago | | | 0 | 0.0010022791 | |
| 19614421 | 7 months ago | | | 0 | 0.00095698508 | |
| 19232495 | 9 months ago | | | 0 | 0.00056833232 | |
| 19232472 | 9 months ago | | | 0 | 0.00052619143 |
ABI
ABI objects
Getter at block 21212039
decimals() view returns (uint8)
18
name() view returns (string)
Shell
owner() view returns (address)
0x0380f420c0dc17b1fcdb124dc2b126bfb6ce09ff
symbol() view returns (string)
SHELL
totalSupply() view returns (uint256)
138141173837962962962948660
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender_, uint256 amount_) returns (bool)
burn(uint256 amount_)
burnAsController(address from_, uint256 amount_)
burnFrom(address from_, uint256 amount_)
mint(address to_, uint256 amount_)
multiTransfer(address[] to_, uint256[] amounts_)
multiTransferFrom(address[] from_, address[] to_, uint256[] amounts_)
renounceOwnership()
setController(address address_, bool bool_)
transfer(address to_, uint256 amount_) returns (bool)
transferFrom(address from_, address to_, uint256 amount_) returns (bool)
transferOwnership(address newOwner_)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed oldOwner_, address indexed newOwner_)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.