Genesis Papes

Verified contract

Proxy

Active on Ethereum with 118 txns
Deployed by via 0x49c3369d at 16136281
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
-
variable spans 6 additional slots

No balances found for "Genesis Papes"

0x09a4cecbebbc670dc7eb3ea59b40ee7ad7e70fc6b9ae4aeb3c24b4fbb4df3c34
0xbb17ce0a031f355274e63b55999fc535967d01e01599aee722fa9d3643819e2f
0x6d5e1165d92717a3c8f008182b152a2d93523443d0f08ef202fd9e206dbb0f71
0x4601790c0c4e2e700d6cdf8727088b733f99ce3a68df4320f3f5d3572672870e
0xfd285aaaa207d28cf508269cb1ec9f7dd25e8786ba693f9061360ef30c2d8be1
0x31afabf77a15e5cdce3cd4b05101119e6ef9d5207fab3345c8c02934292a365c
0xb323a18f7213ef54d29226aa46994eb819490054aceae42382fe0eda311fa1fd
0x6d15b759621f2e0f71509c3ce0067d36628213950300480ad7a1fa1788720c83
0xc8aa53de17b6e10414dd703f2a2e023c0c12b243e74b6df5ecbc1002167eeee5
0xf2000402116f5bd3a1d191277ec65436feab2fef1a0aa3aaa6cc844dcc3066b0

Functions
Getter at block 21204817
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NAME(view returns (string)
NFTCollection
ROYALTIES_BASIS(view returns (uint16)
10000
VERSION(view returns (uint256)
10302
availableSupply(view returns (uint256)
8288
baseURI(view returns (string)
 
contractURI(view returns (string)
 
getInfo(view returns (struct NFTCollectionContractInfo info)
maxSupply(view returns (uint256)
8888
metadataUpdatable(view returns (bool)
true
mintingActive(view returns (bool)
true
name(view returns (string)
Genesis Papes
owner(view returns (address)
0x6eadbacb27c0b055103ae164c9bfbb64e838f8ca
prerevealTokenURI(view returns (string)
ipfs://bafkreihfkg5mwvervatixvjc7tntr4vgyjd4hmxinjnyszj6hfuprlaphq
presaleActive(view returns (bool)
true
presaleMerkleRoot(view returns (bytes32)
0x67a5aca25e17c5de155ffea759f9d26a3272b5391015ea83b4e0adb002d99e5a
presaleMintPrice(view returns (uint256)
6900000000000000
presaleMintStart(view returns (uint256)
1670619630
publicMintPrice(view returns (uint256)
6900000000000000
publicMintStart(view returns (uint256)
1670623230
reserveRemaining(view returns (uint256)
0
reservedSupply(view returns (uint256)
0
symbol(view returns (string)
GPS
tokensPerMint(view returns (uint256)
20
totalSupply(view returns (uint256)
600
treasuryAddress(view returns (address)
0xc7a55d49036b59a8931935a49054fcc28a596dc6
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address walletbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initialize(struct NFTCollectionDeploymentConfig deploymentConfigstruct NFTCollectionRuntimeConfig runtimeConfig
mint(uint256 amountpayable 
presaleMint(uint256 amountbytes32[] proofpayable 
renounceRole(bytes32 roleaddress account
reserveMint(address touint256 amount
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferAdminRights(address to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(struct NFTCollectionRuntimeConfig newConfig
withdrawFees(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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