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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000771 |
$0 | |
JASON | ERC-20 | 5.1798K | -- | -- | |
Claim LIDO | ERC-20 | 2.4K | -- | -- | |
HOPE | ERC-20 | 1.3962K | -- | -- | |
CWH | ERC-20 | 707 | -- | -- | |
O | ERC-20 | 4.2 | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752175 | an hour ago | | | 0 | 0.0000053769785 | |
| 22751423 | an hour ago | | | 0 | 6.5168715e-7 | |
| 22750923 | 2 hours ago | | | 0 | 6.4726444e-7 | |
| 22748452 | 3 hours ago | | | 0 | 0.000000806373605904 | |
| 22748400 | 3 hours ago | | | 0 | 0.000000806793564816 | |
| 22747739 | 4 hours ago | | | 0 | 0.000000808053441552 | |
| 22745404 | 5 hours ago | | | 0 | 2.9986315e-7 | |
| 22745025 | 5 hours ago | | | 0 | 0.0000053797744 | |
| 22742778 | 6 hours ago | | | 0 | 2.9755397e-7 | |
| 22741328 | 7 hours ago | | | 0 | 3.7163240e-7 |
ABI
ABI objects
Getter at block 22754100
decimals() view returns (uint8)
18
gov() view returns (address)
0x46e86356da6c544f7cdc43ea8ae8757d94203407
id() pure returns (string _name)
BMX
inPrivateTransferMode() view returns (bool)
false
name() view returns (string)
BMX
nonStakingSupply() view returns (uint256)
0
symbol() view returns (string)
BMX
totalStaked() view returns (uint256)
10000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
admins(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
isHandler(address) view returns (bool)
isMinter(address) view returns (bool)
nonStakingAccounts(address) view returns (bool)
stakedBalance(address _account) view returns (uint256)
yieldTrackers(uint256) view returns (address)
State-modifying
Events addAdmin(address _account)
addNonStakingAccount(address _account)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount)
claim(address _receiver)
mint(address _account, uint256 _amount)
recoverClaim(address _account, address _receiver)
removeAdmin(address _account)
removeNonStakingAccount(address _account)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateTransferMode(bool _inPrivateTransferMode)
setInfo(string _name, string _symbol)
setMinter(address _minter, bool _isActive)
setYieldTrackers(address[] _yieldTrackers)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.