aXpire Token
Verified contract
Active on
Ethereum with 21,627 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WFEE | ERC-20 | 50 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19717521 | 7 months ago | | | 0 | 0.00053976260 | |
| 17426863 | a year ago | | | 0 | 0.0010279620 | |
| 17224966 | 2 years ago | | | 0 | 0.0024994823 | |
| 15466943 | 2 years ago | | | 0 | 0.00031143431 | |
| 15368957 | 2 years ago | | | 0 | 0.00050952101 | |
| 15095371 | 2 years ago | | | 0 | 0.00081571340 | |
| 14860572 | 2 years ago | | | 0 | 0.00082405812 | |
| 14818364 | 2 years ago | | | 0 | 0.00060394544 | |
| 14707296 | 3 years ago | | | 0 | 0.0015905456 | |
| 14707263 | 3 years ago | | | 0 | 0.0030198109 |
ABI
ABI objects
Getter at block 21160626
decimals() view returns (uint8)
8
name() view returns (string)
aXpire Token
owner() view returns (address)
0x2e1977127f682723c778bbcac576a4af2c0e790d
symbol() view returns (string)
AXP
totalSupply() view returns (uint256)
35000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _address) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool success)
transfer(address to, uint256 value, bytes data, string customFallback) 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)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.