XPAAssetToken
Verified contract
Active on
Ethereum with 466 txns
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 "XPAAssetToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15132909 | 2 years ago | | | 0 | 0.00062180080 | |
| 13124453 | 3 years ago | | | 0 | 0.0030641812 | |
| 13124428 | 3 years ago | | | 0 | 0.0047112839 | |
| 12073626 | 4 years ago | | | 0 | 0.0056418960 | |
| 11783542 | 4 years ago | | | 0 | 0.0059610999 | |
| 11007370 | 4 years ago | | | 0 | 0.00090912000 | |
| 11007347 | 4 years ago | | | 0 | 0.0021091200 | |
| 10967896 | 4 years ago | | | 0 | 0.0012507000 | |
| 10967815 | 4 years ago | | | 0 | 0.0042719400 | |
| 10923246 | 4 years ago | | | 0 | 0.0032436690 |
ABI
ABI objects
Getter at block 21260811
decimals() view returns (uint256)
18
defaultExchangeRate() view returns (uint256)
1400000000000000000
getDefaultExchangeRate() view returns (uint256)
1400000000000000000
getSymbol() view returns (bytes32)
0x9dcf15fadd5f36d9a526ab5ba8b1ef11b8243958ceb741f1ad1d43e09c94aaed
name() view returns (string)
XPAHKD
owner() view returns (address)
0x1393f1fb2e243ee68efe172ebb6831772633a926
powerStatus() view returns (bool)
true
symbol() view returns (string)
HKX
totalSupply() view returns (uint256)
41042770000000000000000000
Read-only
allowToBurn(address account_) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
burners(uint256) view returns (address)
checkOperator(address user_) view returns (bool)
operators(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
assignBurner(address account_)
assignOperator(address user_)
burn(uint256 amount_) returns (bool success)
burnFrom(address user_, uint256 amount_) returns (bool success)
create(address user_, uint256 amount_) returns (bool success)
dismissBunner(address account_)
dismissOperator(address user_)
powerSwitch(bool onOff_)
transfer(address to_, uint256 amount_) returns (bool success)
transferFrom(address from_, address to_, uint256 amount_) returns (bool success)
transferOwnership(address newOwner_)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 indexed _value)
Issue(address indexed _to, uint256 indexed _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string symbol_, string name_, uint256 defaultExchangeRate_)
This contract contains no fallback and receive objects.
This contract contains no error objects.