Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Banned"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19882971 | 7 months ago | | | 0 | 0.00033823472 | |
| 19791798 | 7 months ago | | | 0 | 0.00023919794 | |
| 19267359 | 9 months ago | | | 0 | 0.0012841306 | |
| 18907363 | a year ago | | | 0 | 0.00061334658 | |
| 18800106 | a year ago | | | 0 | 0.0012685789 | |
| 18773645 | a year ago | | | 0 | 0.0021971801 | |
| 18721998 | a year ago | | | 0 | 0.0034382010 | |
| 18398518 | a year ago | | | 0 | 0.00029456202 | |
| 17472033 | a year ago | | | 0 | 0.0010535391 | |
| 17001719 | 2 years ago | | | 0 | 0.00048590034 |
ABI
ABI objects
Getter at block 21315389
LinkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
MAX_MINT() view returns (uint256)
10000
VRFCoordinator() view returns (address)
0xf0d54349addcf704f77ae15b96510dea15cb7952
_contractURI() view returns (string)
https://ipfs.io/ipfs/QmVWRGsFcWwYUzFcUBk1dLXefvvEgSVR4yVnUiGWTbexvb/
_sourceURI() view returns (string)
baseSeed() view returns (uint256)
0
contractURI() view returns (string)
https://ipfs.io/ipfs/QmVWRGsFcWwYUzFcUBk1dLXefvvEgSVR4yVnUiGWTbexvb/
name() view returns (string)
Banned
owner() view returns (address)
0x5f120a7c511185d5c321f62069f3db8a4cda1948
paused() view returns (bool)
false
symbol() view returns (string)
BANNED
totalSupply() view returns (uint256)
421
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint8 _amount, uint8 _windowIndex) view returns (uint256)
redemptionWindows(uint8) view returns (bool open, uint8 maxRedeemPerWallet, bytes32 merkleRoot, uint256 pricePerToken)
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)
verifyMerkleProof(bytes32[] proof, bytes32 root) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
editRedemptionWindow(uint8 _windowID, bytes32 _merkleRoot, bool _open, uint8 _maxPerWallet, uint256 _pricePerToken)
mint(uint8 windowIndex, uint8 amount, bytes32[] merkleProof) payable
ownerMint(address to, uint8 windowIndex, uint8 amount)
pause()
plantSeed(uint256 fee) returns (bytes32 requestId)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setContractURI(string uri)
setSourceURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed account, string tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint8[] _maxRedeemPerWallet, bytes32[] _merkleRoots, uint256[] _prices, string _baseTokenURI, string _contractMetaDataURI, address _VRFCoordinator, address _LinkToken, bytes32 _keyHash)
This contract contains no fallback and receive objects.
This contract contains no error objects.