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 "EmojiToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014926 | 24 days ago | | | 0 | 0.00040988276 | |
| 21014926 | 24 days ago | | | 0 | 0.00065523373 | |
| 21014918 | 24 days ago | | | 0 | 0.00076437188 | |
| 21014912 | 24 days ago | | | 0 | 0.0011825721 | |
| 21014910 | 24 days ago | | | 0 | 0.00096712891 | |
| 21014907 | 24 days ago | | | 0 | 0.00088987436 | |
| 21014907 | 24 days ago | | | 0 | 0.00088987436 | |
| 21014907 | 24 days ago | | | 0 | 0.00088987436 | |
| 21014907 | 24 days ago | | | 0 | 0.00088987436 | |
| 21014907 | 24 days ago | | | 0 | 0.0010740716 |
ABI
ABI objects
Getter at block 21185356
_totalSupply() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
EmojiToken
newOwner() view returns (address)
0x000000000000000000000000000000000000dead
owner() view returns (address)
0x00e47648d08ab7b149b53e63952e84efbdcca5be
symbol() view returns (string)
Emoji
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events PossContract()
acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.