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.000765 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
BNS | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22710156 | a day ago | | | 0 | 7.5418844e-7 | |
| 22696995 | a day ago | | | 0 | 0.0000011650618 | |
| 22688036 | a day ago | | | 0 | 7.3205951e-7 | |
| 22685135 | 2 days ago | | | 0 | 3.8382153e-7 | |
| 22656161 | 2 days ago | | | 0 | 5.3251228e-7 | |
| 22623812 | 3 days ago | | | 0 | 7.9095071e-7 | |
| 22616075 | 3 days ago | | | 0 | 0.0000015400131 | |
| 22613409 | 3 days ago | | | 0 | 7.3205951e-7 | |
| 22602487 | 3 days ago | | | 0 | 0.000000308626120000 | |
| 22597484 | 4 days ago | | | 0 | 3.8212435e-7 |
ABI
ABI objects
Getter at block 22750299
Active() view returns (bool)
true
_totalSupply() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BASE TOKEN
owner() view returns (address)
0xa0edc5f03449bf8977ab0ecf5924a5126e513d4b
symbol() view returns (string)
BNS
totalSupply() view returns (uint256)
347672000000000000000000000
Read-only
airdropAmounts(uint8) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (bool)
merkles(uint8) view returns (bytes32)
State-modifying
Events Claim(uint8 merkleId, bytes32[] _merkleProof) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setActive(bool _setActive)
setMerkleRoot(bytes32[] _merkle, uint8[] _merkleid, uint256[] _amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.