Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOTX | ERC-20 | 100 | $0.045009 |
$4.5 | |
BTWIN | ERC-20 | 88.889K | -- | -- | |
APOT | ERC-20 | 43.7K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19222729 | 9 months ago | | | 0 | 0.00048404063 | |
| 18839279 | a year ago | | | 0 | 0.0015466618 | |
| 18559519 | a year ago | | | 0 | 0.0014282166 | |
| 13492052 | 3 years ago | | | 0 | 0.0052328000 | |
| 13079239 | 3 years ago | | | 0 | 0.0037414520 | |
| 13059246 | 3 years ago | | | 0 | 0.0026675736 | |
| 12779369 | 3 years ago | | | 0 | 0.00051452800 | |
| 12778943 | 3 years ago | | | 0 | 0.0021722320 | |
| 12650917 | 3 years ago | | | 0 | 0.0015995840 | |
| 12457630 | 3 years ago | | | 0 | 0.0026126800 |
ABI
ABI objects
Getter at block 21161898
decimals() view returns (uint8)
18
name() view returns (string)
APOT
owner() view returns (address)
0x539be0d2cfe8b3bf5dfae26236746fd1f53ae701
symbol() view returns (string)
APOT
totalSupply() view returns (uint256)
9913530382945830000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.