Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#4461151095714606809305565414232361828395796557521977231889297890106866500116) | MINT | ERC-721 | 1 | -- | -- |
PB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253407 | 6 days ago | | | 0 | 0.00048760980 | |
| 21235453 | 8 days ago | | | 0 | 0.00032256278 | |
| 21188186 | 15 days ago | | | 0 | 0.0011383707 | |
| 21188146 | 15 days ago | | | 0 | 0.00059445932 | |
| 21164485 | 18 days ago | | | 0 | 0.0014910561 | |
| 21161151 | 19 days ago | | | 0 | 0.00066652542 | |
| 21146853 | 21 days ago | | | 0 | 0.00035246666 | |
| 21106190 | a month ago | | | 0 | 0.000088122659 | |
| 21044022 | a month ago | | | 0 | 0.00092760443 | |
| 21036424 | a month ago | | | 0 | 0.00088481041 |
ABI
ABI objects
Getter at block 21295442
ADDRESS_1() view returns (address)
0x7badc616fb80d3937677f9c2a4bf837dea2af8ec
ADDRESS_2() view returns (address)
0x188a3c584f0de9ee0eabe04316a94a41f0867c0c
MAX_SUPPLY() view returns (uint256)
6500
MINT_LIMIT() view returns (uint256)
10
PUBLIC_PRICE() view returns (uint256)
50000000000000000
RESERVE_SUPPLY() view returns (uint256)
0
WL_PRICE() view returns (uint256)
50000000000000000
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Verb
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x772b182c2536fa6aad1c20f2d29e351e4095f57b
symbol() view returns (string)
VERB
totalSupply() view returns (uint256)
6500
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
usedDigests(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
decreaseSupply(uint256 _maxSupply)
devMint(address[] _addresses, uint256[] quantities)
freeMint(bytes32[] proof)
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig) payable
presaleMint(bytes32[] proof, uint256 numberOfTokens) payable
reduceReserved(uint256 _reserveSupply)
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeMintRoot(bytes32 _freemintRoot)
setMintLimit(uint256 _mintLimit)
setPreSaleRoot(bytes32 _presaleRoot_1, bytes32 _presaleRoot_2)
setPreSaleStatus()
setPresalePrice(uint256 _wlPrice)
setPublicPrice(uint256 _publicPrice)
setPublicSaleStatus()
setSigner(address _signer)
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.