Platinum_Primates
Verified contract
Active on
Ethereum with 531 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Platinum_Primates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17042825 | 2 years ago | | | 0 | 0.00055700621 | |
| 17005965 | 2 years ago | | | 0 | 0.00044610851 | |
| 16968220 | 2 years ago | | | 0 | 0.00045879680 | |
| 16966821 | 2 years ago | | | 0 | 0.00043500390 | |
| 16966814 | 2 years ago | | | 0 | 0.00042613645 | |
| 16956245 | 2 years ago | | | 0 | 0.00042613386 | |
| 16956239 | 2 years ago | | | 0 | 0.00043249971 | |
| 16956234 | 2 years ago | | | 0 | 0.00042392126 | |
| 16956199 | 2 years ago | | | 0 | 0.00042451423 | |
| 16956193 | 2 years ago | | | 0 | 0.00041720814 |
ABI
ABI objects
Getter at block 21205155
ListWhitelistMerkleRoot() view returns (bytes32)
[unknown]
Price() view returns (uint256)
[unknown]
allowedToContract() view returns (bool)
[unknown]
getMaxSupply() view returns (uint256)
[unknown]
isPublicSaleOn() view returns (bool)
[unknown]
maxPerAddressDuringMint() view returns (uint256)
[unknown]
maxSupply() view returns (uint256)
[unknown]
name() view returns (string)
[unknown]
nextOwnerToExplicitlySet() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events FreeMint(uint256 quantity) payable
InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setPublicMintStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()