XPToken.io
Verified contract
Active on
Ethereum with 1,481 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 "XPToken.io"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18686493 | a year ago | | | 0 | 0.0033094602 | |
| 18166524 | a year ago | | | 0 | 0.00045891037 | |
| 16193017 | 2 years ago | | | 0 | 0.00055444128 | |
| 16192756 | 2 years ago | | | 0 | 0.00071089866 | |
| 16192377 | 2 years ago | | | 0 | 0.00065383194 | |
| 16192196 | 2 years ago | | | 0 | 0.0013664847 | |
| 16191532 | 2 years ago | | | 0 | 0.00088108848 | |
| 16191007 | 2 years ago | | | 0 | 0.00073676585 | |
| 16190168 | 2 years ago | | | 0 | 0.00046719907 | |
| 16190105 | 2 years ago | | | 0 | 0.00042262432 |
ABI
ABI objects
Getter at block 21304390
INITIAL_SUPPLY() view returns (uint256)
20000000000000000
decimalFactor() view returns (uint256)
100000000
decimals() view returns (uint8)
8
name() view returns (string)
XPToken.io
owner() view returns (address)
0x6d2eba0b3f7e1a5b6aad19759698b5d553910440
stopped() view returns (bool)
false
symbol() view returns (string)
XPT
totalSupply() view returns (uint256)
20000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.