MintPass 2
Verified contract
Active on
Ethereum with 22,006 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 "MintPass 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157149 | 17 hours ago | | | 0 | 0.00099777013 | |
| 21110390 | 7 days ago | | | 0 | 0.00019361290 | |
| 21101898 | 8 days ago | | | 0 | 0.00018600896 | |
| 21073978 | 12 days ago | | | 0 | 0.00025737143 | |
| 21071662 | 13 days ago | | | 0 | 0.00063355107 | |
| 21025943 | 19 days ago | | | 0 | 0.00031754156 | |
| 20965986 | a month ago | | | 0 | 0.0010616607 | |
| 20965167 | a month ago | | | 0 | 0.0038358429 | |
| 20952608 | a month ago | | | 0 | 0.00023719769 | |
| 20952606 | a month ago | | | 0 | 0.00017964956 |
ABI
ABI objects
Getter at block 21162165
name() view returns (string)
MintPass 2
name_() view returns (string)
MintPass 2
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
symbol() view returns (string)
PASS2
symbol_() view returns (string)
PASS2
windowCloses() view returns (uint256)
1649624400
windowOpens() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isEligible(uint256 _ticketId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address _account, uint256 _amount)
closeMintingForever()
editWindows(uint256 _windowOpens, uint256 _windowCloses)
finalizeRedeemContract(address _redeemContract)
invalidateTickets(uint256[] _ticketIds)
mint(bytes _signature, uint256 _ticketId, uint256 _amount)
ownerMint(address[] _to, uint256[] _amount)
renounceOwnership()
resetWithNewSupply(uint256 _supply)
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)
setSigner(address _signer)
setURI(string _baseURI)
toggleRedeem()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(string _name, string _symbol, string _uri, uint256 _windowOpens, uint256 _windowCloses)
This contract contains no fallback and receive objects.
This contract contains no error objects.