MultiPass
Verified contract
Active on
Ethereum with 2,690 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "MultiPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884829 | a month ago | | | 0 | 0.00048303131 | |
| 20884775 | a month ago | | | 0 | 0.00046248285 | |
| 20790027 | 2 months ago | | | 0 | 0.00066892012 | |
| 20303704 | 4 months ago | | | 0 | 0.00016571412 | |
| 19725715 | 7 months ago | | | 0 | 0.0029250400 | |
| 19637997 | 7 months ago | | | 0 | 0.00082076630 | |
| 19434895 | 8 months ago | | | 0 | 0.0013601723 | |
| 19047536 | 10 months ago | | | 0 | 0.00038159500 | |
| 18897048 | a year ago | | | 0 | 0.0011322274 | |
| 18858308 | a year ago | | | 0 | 0.00087556648 |
ABI
ABI objects
Getter at block 21212358
MAX_MULTIPASSES() view returns (uint256)
10000
MULTIPASS_PROVENANCE() view returns (string)
burningAllowed() view returns (bool)
false
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmfR7WdrZcfihrZSFUqXWz6LW2NZXDzu9Vjt1WzZDzk4y5
getPrice() view returns (uint256)
100000000000000000
maxMultiPassesPurchase() view returns (uint256)
20
mintingAllowed() view returns (bool)
false
name() view returns (string)
MultiPass
owner() view returns (address)
0x92458488e7edd18cf5b7a9ad75b5a623314d2c07
payoutAddress() view returns (address)
0x92458488e7edd18cf5b7a9ad75b5a623314d2c07
royaltyFeeBps() view returns (uint96)
1000
salePaused() view returns (bool)
false
symbol() view returns (string)
MULTI
totalSupply() view returns (uint256)
3970
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royalties(uint256, uint256) view returns (address account, uint96 value)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintMultiPass(uint256 num) payable
pause(bool val)
renounceOwnership()
reserveAirdropMultiPasses(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseContractURI(string baseContractURI)
setBaseReservedMultiPasses(uint256 baseReservedMultiPasses)
setBaseURI(string baseURI)
setBurnAllowed(bool val)
setMintAllowed(bool val)
setPrice(uint256 _newPrice)
setProvenanceHash(string provenanceHash)
setRaribleRoyaltyWallet(address royaltyWallet)
setT1Address(address t1Address)
setT2Address(address t2Address)
setT3Address(address t3Address)
setT4Address(address t4Address)
setT5Address(address t5Address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 tokenId, address arg1)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _t1, address _t2, address _t3, address _t4, address _t5)
This contract contains no fallback and receive objects.
This contract contains no error objects.