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 |
---|---|---|---|---|---|
XBE | ERC-20 | 1.349606 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253148 | 2 days ago | | | 0 | 0.00030893513 | |
| 21253145 | 2 days ago | | | 0 | 0.00028236653 | |
| 20392639 | 4 months ago | | | 0 | 0.000062358461 | |
| 19727139 | 7 months ago | | | 0 | 0.00037926270 | |
| 19508265 | 8 months ago | | | 0 | 0.00036141800 | |
| 19397805 | 9 months ago | | | 0 | 0.0014800504 | |
| 19397793 | 9 months ago | | | 0 | 0.0012227190 | |
| 18988226 | 10 months ago | | | 0 | 0.00043912991 | |
| 18970652 | a year ago | | | 0 | 0.00063243795 | |
| 18852486 | a year ago | | | 0 | 0.00039305686 |
ABI
ABI objects
Getter at block 21266107
decimals() view returns (uint8)
18
getGovernance() view returns (address)
0x1f3f016493b1fa49ecf2eea3fa85f3d7ace36273
name() view returns (string)
XBE
symbol() view returns (string)
XBE
totalSupply() view returns (uint256)
25192307692307780769126
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMinters(address minter) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.