Permutations
Verified contract
Active on
Ethereum with 225 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 "Permutations"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20740037 | 3 months ago | | | 0 | 0.00011006861 | |
| 20706155 | 3 months ago | | | 0 | 0.000052241493 | |
| 19203072 | 10 months ago | | | 0 | 0.00052442655 | |
| 19203064 | 10 months ago | | | 0 | 0.00059384258 | |
| 18939980 | a year ago | | | 0 | 0.00059382560 | |
| 17700399 | a year ago | | | 0 | 0.00052432143 | |
| 17603574 | a year ago | | | 0 | 0.00093367837 | |
| 17250998 | 2 years ago | | | 0 | 0.0017074099 | |
| 16654465 | 2 years ago | | | 0 | 0.0010596216 | |
| 16652318 | 2 years ago | | | 0 | 0.0011381448 |
ABI
ABI objects
Getter at block 21311030
collectionSize() view returns (uint256)
125
contractURI() view returns (string)
https://nft-contracts.s3.eu-west-2.amazonaws.com/permutations
isFreeMintOn() view returns (bool)
true
isPublicSaleOn() view returns (bool)
true
isWhitelistSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
5
maxPublicSaleAmount() view returns (uint256)
125
metadataURI() view returns (string)
https://nft-contracts.s3.eu-west-2.amazonaws.com/permutations
name() view returns (string)
Permutations
owner() view returns (address)
0x7302a94dc6c181a68b11d42027c65dde430d6f46
saleConfig() view returns (uint32 freeMintSaleStartTime, uint32 whitelistSaleStartTime, uint32 publicSaleStartTime, uint64 whitelistPrice, uint64 publicPrice, uint32 publicSaleKey)
(freeMintSaleStartTime=1652623191, whitelistSaleStartTime=1652598016, publicSaleStartTime=1652623144, whitelistPrice=150000000000000000, publicPrice=150000000000000000, publicSaleKey=5)
symbol() view returns (string)
PERMUTATIONS
totalSupply() view returns (uint256)
125
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(bytes32[] _proof) payable
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCollectionSize(uint256 _newCollectionSize)
setFreeMintRoot(bytes32 _root)
setMaxPublicSaleAmount(uint256 _newMaxPublicSaleAmount)
setMetadataURI(string _newMetadataURI)
setWhitelistRoot(bytes32 _root)
setupFreeMint(uint32 freeMintSaleStartTime)
setupPublicSale(uint32 key, uint64 publicPriceWei, uint32 publicSaleStartTime)
setupWhitelist(uint64 whitelistPriceWei, uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof) payable
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()