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 |
---|---|---|---|---|---|
KEY | ERC-20 | 1.00001 | $0.003753 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
AXPR | ERC-20 | 12.289K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PCPie | ERC-20 | 5 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453111 | 3 months ago | | | 0 | 0.000024537000 | |
| 19274220 | 9 months ago | | | 0 | 0.00070571647 | |
| 17757122 | a year ago | | | 0 | 0.0012197305 | |
| 17698830 | a year ago | | | 0 | 0.00035766709 | |
| 17510649 | a year ago | | | 0 | 0.00039870540 | |
| 17426891 | a year ago | | | 0 | 0.00047572644 | |
| 17426875 | a year ago | | | 0 | 0.00050553822 | |
| 16350102 | 2 years ago | | | 0 | 0.00094865310 | |
| 16161023 | 2 years ago | | | 0 | 0.00034174845 | |
| 16161015 | 2 years ago | | | 0 | 0.00032665349 |
ABI
ABI objects
Getter at block 21160784
dead() view returns (bool)
false
decimals() view returns (uint256)
18
haltIco() view returns (bool)
true
icoTokenExchangeRate() view returns (uint256)
715
name() view returns (string)
aXpire
owner() view returns (address)
0xde1461e19015307eced17ed66d0481fce9fd770b
paused() view returns (bool)
true
symbol() view returns (string)
AXPR
tokenCreationCap() view returns (uint256)
350000000000000000000000000
tokenSaleActive() view returns (bool)
true
totalSupply() view returns (uint256)
344674001400870000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
createTokens() payable
endIco()
pause()
sendFundHome()
sendFundHomeAmt(uint256 _amt)
setHaltIco(bool _haltIco)
setIcoTokenExchangeRate(uint256 _icoTokenExchangeRate)
toggleDead() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 amount)
CreateToken(address indexed _to, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address from, address to, uint256 value)
Unpause()
constructor(address _ethFundDeposit, address _escrowFundDeposit)
This contract contains no fallback and receive objects.
This contract contains no error objects.