456 Collector's Club Mint Pass
Verified contract
Active on
Ethereum with 74 txns
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 "456 Collector's Club Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15987957 | 2 years ago | | | 0 | 0.00083926255 | |
| 14297354 | 3 years ago | | | 0 | 0.0036578643 | |
| 14245726 | 3 years ago | | | 0 | 0.0010734002 | |
| 13954886 | 3 years ago | | | 0 | 0.0036437345 | |
| 13954137 | 3 years ago | | | 0 | 0.0048237904 | |
| 13954117 | 3 years ago | | | 0 | 0.0052396344 | |
| 13953674 | 3 years ago | | | 0 | 0.0054059720 | |
| 13953650 | 3 years ago | | | 0 | 0.0075267764 | |
| 13953632 | 3 years ago | | | 0 | 0.0062762396 | |
| 13953626 | 3 years ago | | | 0 | 0.0044495308 |
ABI
ABI objects
Getter at block 21331940
baseURI() view returns (string)
https://metavate.mypinata.cloud/ipfs/QmShpfxigRxJ2mv5qTN2pJ6bjmJwcwBSst4x2FvADjEnnH/
cost() view returns (uint256)
1500000000000000000
maxSupply() view returns (uint256)
45
name() view returns (string)
456 Collector's Club Mint Pass
sale() view returns (bool)
true
symbol() view returns (string)
456PASS
totalSupply() view returns (uint256)
45
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPassUse(uint256 passTokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
passUsed(uint256) view returns (bool)
passesBought(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNFTContract(address _nftContract)
setPassUsed(uint256 tokenId)
setmaxSupply(uint256 _newMaxSupply)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.