Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APIX | ERC-20 | 200.16K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102877 | 8 days ago | | | 0 | 0.00020837446 | |
| 21098872 | 8 days ago | | | 0 | 0.00034822039 | |
| 21098870 | 8 days ago | | | 0 | 0.00021879532 | |
| 21097675 | 9 days ago | | | 0 | 0.00017980014 | |
| 21096485 | 9 days ago | | | 0 | 0.00018005572 | |
| 21096481 | 9 days ago | | | 0 | 0.00021719938 | |
| 21095292 | 9 days ago | | | 0 | 0.00042622982 | |
| 21095291 | 9 days ago | | | 0 | 0.00026402909 | |
| 21094095 | 9 days ago | | | 0 | 0.00069503760 | |
| 21092914 | 9 days ago | | | 0 | 0.00039736457 |
ABI
ABI objects
Getter at block 21159427
decimals() view returns (uint8)
18
name() view returns (string)
APIX
symbol() view returns (string)
APIX
totalSupply() view returns (uint256)
204047845210000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, address storeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.