AniCatsMintpass
Verified contract
Active on
Ethereum with 412 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 "AniCatsMintpass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127306 | a month ago | | | 0 | 0.0019895344 | |
| 20857034 | 2 months ago | | | 0 | 0.00053590762 | |
| 18845014 | a year ago | | | 0 | 0.00059458360 | |
| 16305312 | 2 years ago | | | 0 | 0.00078923828 | |
| 16305190 | 2 years ago | | | 0 | 0.00073918783 | |
| 16293025 | 2 years ago | | | 0 | 0.00077906371 | |
| 16273167 | 2 years ago | | | 0 | 0.00056303556 | |
| 15845002 | 2 years ago | | | 0 | 0.00026516086 | |
| 15210043 | 2 years ago | | | 0 | 0.00018928188 | |
| 15050659 | 2 years ago | | | 0 | 0.0025882790 |
ABI
ABI objects
Getter at block 21326160
MAX_SUPPLY() view returns (uint256)
900
TEAM_RESERVE() view returns (uint256)
50
TICKET_ID() view returns (uint256)
0
mintpassEnabled() view returns (bool)
true
owner() view returns (address)
0x5e324e55db22c1a5c6d3b971176d9d7f245c06e0
ticketsMinted() view returns (uint256)
850
transferLocked() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isOperatorApproved(address) view returns (bool)
minpassPlans(uint256) view returns (uint256 price, uint256 amount)
mintpassPlanPrice(uint256 planId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events approveOperator(address operator, bool approved)
buyMintpass(uint256 planId) payable
giveAway(address to, uint256 amount)
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)
setMintpassSaleState(bool state)
setTransferLocked(bool locked)
setURI(string uri)
transferOwnership(address newOwner)
withdraw(address to)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.