Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003858 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143880 | 2 days ago | | | 0 | 0.0010064682 | |
| 16362992 | 2 years ago | | | 0 | 0.00089428593 | |
| 15125385 | 2 years ago | | | 0 | 0.0010994036 | |
| 14691555 | 3 years ago | | | 0 | 0.0015659320 | |
| 14684840 | 3 years ago | | | 0 | 0.0012897391 | |
| 13024466 | 3 years ago | | | 0 | 0.0032195115 | |
| 12823783 | 3 years ago | | | 0 | 0.00046657800 | |
| 12807061 | 3 years ago | | | 0 | 0.00033291000 | |
| 12541691 | 3 years ago | | | 0 | 0.00033327000 | |
| 12483382 | 3 years ago | | | 0 | 0.0013761300 |
ABI
ABI objects
Getter at block 21159374
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
XBlock
owner() view returns (address)
0x4f330687937ebbff440a67bb10544b33d5cd6bd4
paused() view returns (bool)
false
symbol() view returns (string)
IX
totalSupply() view returns (uint256)
5000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.