MintPassFactory
Verified contract
Active on
Ethereum with 9,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BANANA | ERC-20 | 6.525566K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232330 | 3 days ago | | | 0 | 0.00044115482 | |
| 21226956 | 4 days ago | | | 0 | 0.00039225476 | |
| 21165662 | 13 days ago | | | 0 | 0.0023029882 | |
| 21162080 | 13 days ago | | | 0 | 0.00059070935 | |
| 21137717 | 17 days ago | | | 0 | 0.0010656462 | |
| 21123976 | 18 days ago | | | 0 | 0.00035794883 | |
| 21101942 | 22 days ago | | | 0 | 0.00016641671 | |
| 21088184 | 23 days ago | | | 0 | 0.00046284662 | |
| 20958027 | a month ago | | | 0 | 0.00055882548 | |
| 20952661 | a month ago | | | 0 | 0.00028297843 |
ABI
ABI objects
Getter at block 21256552
name() view returns (string)
MintPassFactory
name_() view returns (string)
MintPassFactory
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
symbol() view returns (string)
PASS
symbol_() view returns (string)
PASS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getClaimedMps(uint256 poolId, address userAdress) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
mintPasses(uint256) view returns (bytes32 merkleRoot, uint256 windowOpens, uint256 windowCloses, uint256 mintPrice, string ipfsMetadataHash, address redeemableContract)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, string _ipfsMetadataHash, address _redeemableContract)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 mpIndex, uint256 amount)
claim(uint256 numPasses, uint256 index, uint256 amount, uint256 mpIndex, bytes32[] merkleProof) payable
editMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, string _ipfsMetadataHash, address _redeemableContract, uint256 _mpIndex)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 index, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.