Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($198.62)
Native
Value
$198.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.054085 | $3,672.38 |
$198.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20150941 | 5 months ago | | | 0 | 0.000053058605 | |
| 18906419 | a year ago | | | 0 | 0.00084921444 | |
| 18123376 | a year ago | | | 0 | 0.00036927750 | |
| 17991585 | a year ago | | | 0 | 0.00086072156 | |
| 17650731 | a year ago | | | 0 | 0.00077750185 | |
| 17628772 | a year ago | | | 0 | 0.0024480891 | |
| 17325928 | 2 years ago | | | 0 | 0.0015454677 | |
| 16886313 | 2 years ago | | | 0 | 0.00074833753 | |
| 16604425 | 2 years ago | | | 0 | 0.00072771381 | |
| 16166052 | 2 years ago | | | 0 | 0.00062347389 |
ABI
ABI objects
Getter at block 21302454
accountBalance() view returns (uint256)
54085000000000000
baseURI() view returns (string)
ipfs://QmcUkk6PTg2r6goL3wZX8cMtKhCzvt5Yt75HksphBGfZsz/
contractState() view returns (uint8)
1
merkleRoot() view returns (bytes32)
0xe72044f2c9ed1a553e62070af638ee068ef180bc9dfce0f4d4382e1dc85d6640
name() view returns (string)
Down Bad
owner() view returns (address)
0x876af9683b99a55aceebbe922c35f6117394d9bf
placeholderURI() view returns (string)
ipfs://QmNitmPexw2CU8CXfxyTKDkV514Zqq6LLQ4dgf6RKnp8hE/
presaleAllowancePlusOne() view returns (uint256)
6
recipient1() view returns (address)
0x18b9f7367f4178d0ce54f3d45f3491c1c9d5f577
recipient2() view returns (address)
0x318cbf186eb13c74533943b054959867ee44effe
symbol() view returns (string)
DB
tokenPricePublic() view returns (uint256)
9000000000000000
totalSupply() view returns (uint256)
1106
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedSince(uint256 tokenId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(uint256 quantity, bytes32[] proof, bytes32 leaf) payable
mintPublic(uint256 quantity) payable
mintReserved(uint256 quantity)
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_)
setContractState(uint256 contractState_)
setMaxSale(uint256 maxSale)
setMerkleRoot(bytes32 merkleRoot_)
setPlaceholderURI(string placeholderURI_)
setPresaleAllowance(uint256 presaleAllowance)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()