Permutations

Verified contract

Active on Ethereum with 225 txns
Deployed by via 0xf380fff5 at 14778328
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Permutations"

0x170d840a9a60b9f7af750c00863230adad88a2312a25c63885c9294a3068bc3b
0xf7350a650b16468b5f45e00a4d1f603abba718183fa1fbe95b64f3a45cebce05
From
0x66cc13c09499eff35ec4afa2301a35c2369176705c7a64df70045aac8d45d672
0x49091ee297a6d7207d2b5a17cd27ad0cd9e0109b9bd4e1b1ae7293dd767a74f2
0xecc4f8316677690989abad6ea9def71ab561e6ffcf6aabc8196b63111602e203
From
0x2ee9551e6beb3325f13fbd3b9c4f854223a069315f931fe9a7a0cb88d8a7830d
0x5daeeef4d4577603053fd97418b8c76c7a3ee1702042ba2374207e34cab3bf9e
0x64e521015fda248a451de9be354b4e110aa7a3fc7a48c82ee47c9ddcba8ec395
0x3ef48e5879c9f42af1e4c2387ec648ca2a04e9338931cc888b279d839056e74e
0x9d1d2d04b2232c75cd4e9377945302b8c0267d2d9a9b575a08c635888cd3dc52

Functions
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 freeMintSaleStartTimeuint32 whitelistSaleStartTimeuint32 publicSaleStartTimeuint64 whitelistPriceuint64 publicPriceuint32 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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(bytes32[] _proofpayable 
publicSaleMint(uint256 quantityuint256 callerPublicSaleKeypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 _newCollectionSize
setFreeMintRoot(bytes32 _root
setMaxPublicSaleAmount(uint256 _newMaxPublicSaleAmount
setMetadataURI(string _newMetadataURI
setWhitelistRoot(bytes32 _root
setupFreeMint(uint32 freeMintSaleStartTime
setupPublicSale(uint32 keyuint64 publicPriceWeiuint32 publicSaleStartTime
setupWhitelist(uint64 whitelistPriceWeiuint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _proofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(