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.001122 |
$0 | |
OHNO | ERC-20 | 365.347844 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21962290 | 8 hours ago | | | 0.000001 | 0.000000305603055617 | |
| 21939985 | 21 hours ago | | | 0 | 1.4767469e-7 | |
| 21925740 | a day ago | | | 0.000001 | 3.3985983e-7 | |
| 21855741 | 3 days ago | | | 0.000001 | 3.3985983e-7 | |
| 21786615 | 4 days ago | | | 0.000001 | 3.3985983e-7 | |
| 21711330 | 6 days ago | | | 0 | 1.4860023e-7 | |
| 21710301 | 6 days ago | | | 0.000001 | 3.3985983e-7 | |
| 21673953 | 7 days ago | | | 0 | 0.000000081104577792 | |
| 21640091 | 8 days ago | | | 0.000001 | 3.3985983e-7 | |
| 21624590 | 8 days ago | | | 0.000001 | 3.4002425e-7 |
ABI
ABI objects
Getter at block 21977372
MAX_FREE_PER_WALLET() view returns (uint256)
0
MAX_MINTS_PER_TX() view returns (uint256)
300
NUM_FREE_MINTS() view returns (uint256)
0
PUBLIC_SALE_PRICE() view returns (uint256)
8000999000000000
baseTokenURI() view returns (string)
ipfs://bafybeifck6l7yyu7ejg6auy7hfi77lbbn64g7lhqog5y67k2jefzxo7w6m
freeNFTAlreadyMinted() view returns (uint256)
631
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
400000
name() view returns (string)
Base Pass
owner() view returns (address)
0xd587271a315db530eb7ed576fcd381d8e1462dab
symbol() view returns (string)
BSP
totalSupply() view returns (uint256)
211066
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()