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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22912957 | 3 hours ago | | | 0 | 0.0000039156043 | |
| 22912486 | 3 hours ago | | | 0 | 0.0000040295782 | |
| 22895798 | 13 hours ago | | | 0 | 0.0000044223832 | |
| 22870059 | a day ago | | | 0 | 0.0000037386913 | |
| 22868533 | a day ago | | | 0 | 0.0000037612011 | |
| 22802724 | 3 days ago | | | 0 | 0.0000038824597 | |
| 22735010 | 4 days ago | | | 0 | 0.000019287852 | |
| 22709433 | 5 days ago | | | 0 | 0.0000039332956 | |
| 22709009 | 5 days ago | | | 0 | 0.0000038857874 | |
| 22574378 | 8 days ago | | | 0 | 0.0000038896446 |
ABI
ABI objects
Getter at block 22918615
maxSupply() view returns (uint256)
100000
name() view returns (string)
Based Box
owner() view returns (address)
0x918d3591ddf64ace4cb3161521b90676e127c8f3
paused() view returns (bool)
false
salePrice() view returns (uint256)
10000000000000
symbol() view returns (string)
BASEDBOXS
totalSupply() view returns (uint256)
4101
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
freeMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.