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 |
---|---|---|---|---|---|
XBM | ERC-20 | 50.75M | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464224 | a year ago | | | 0 | 0.0015220215 | |
| 13168012 | 3 years ago | | | 0 | 0.0066820950 | |
| 12043913 | 4 years ago | | | 0 | 0.0049757565 | |
| 12043888 | 4 years ago | | | 0 | 0.011408183 | |
| 11082015 | 4 years ago | | | 0 | 0.00084059806 | |
| 10940751 | 4 years ago | | | 0 | 0.00095058500 | |
| 10575247 | 4 years ago | | | 0 | 0.0023933250 | |
| 10231384 | 4 years ago | | | 0 | 0.0060630900 | |
| 9704671 | 5 years ago | | | 0 | 0.00058397644 | |
| 9698324 | 5 years ago | | | 0 | 0.00015418025 |
ABI
ABI objects
Getter at block 21162175
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x87d9559de42482fce489648c4ca3940734acd9cb
name() view returns (string)
XBM
paused() view returns (bool)
false
symbol() view returns (string)
XBM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.