ClosePaPremiumPass
Verified contract
Active on
Ethereum with 1,562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "ClosePaPremiumPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284266 | 6 days ago | | | 0 | 0.00059102500 | |
| 21240459 | 13 days ago | | | 0 | 0.00067739040 | |
| 21150428 | 25 days ago | | | 0 | 0.00073733076 | |
| 21097512 | a month ago | | | 0 | 0.00024368646 | |
| 21062388 | a month ago | | | 0 | 0.00039799320 | |
| 21061945 | a month ago | | | 0 | 0.00029783075 | |
| 21050535 | a month ago | | | 0 | 0.00023964505 | |
| 20949421 | 2 months ago | | | 0 | 0.00056317346 | |
| 20917017 | 2 months ago | | | 0 | 0.00041984243 | |
| 20882406 | 2 months ago | | | 0 | 0.00018925501 |
ABI
ABI objects
Getter at block 21330735
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweDFkMWIxZTMwYTlkMTVkQkE2NjJmODUxMTkxMjJlMUQ2NTEwOTA0MzQifQ==
externalContractEn() view returns (bool)
false
getCurrentPrice() view returns (uint256)
25000000000000000
getMaxMints() view returns (uint256, uint256, uint256)
(2, 3, 100)
maxSupply() view returns (uint256)
1500
merkleRoot() view returns (bytes32)
0xf5306c5a4845b2f1bcd081cb8a438cccd6049107f45b7ac10066aa40ef461595
name() view returns (string)
ClosePaPremiumPass
owner() view returns (address)
0x91f6404dac4e86f69248ee437456730228af816a
saleState() view returns (uint8)
6
symbol() view returns (string)
CPP
tokenURIContract() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getHoldStatus(uint256 _tokenId) view returns (uint256, uint256)
getHoldToken(uint256 _days) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
ownerMint(address _transferAddress, uint256 _amount)
preMint(uint256 _amount, bytes32[] _merkleProof) payable
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAccess(address member, bool enable)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string _uri)
setExtContract(address _addr, bool _enable)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintPhaseMax(uint256 _mintAL, uint256 _mintAL2nd)
setMinted(uint256 tokenId, uint256 minted)
setNextSale()
setOwnerMax(uint256 _max)
setPrice(uint256 _prePrice, uint256 _publicPrice)
setRoyaltyFee(uint96 _fee, address _royaltyAddress)
setSaleState(uint256 _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAccess(address member, bool enable)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()