Genesis Papes
Verified contract
Proxy
Active on
Ethereum with 118 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "Genesis Papes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16762764 | 2 years ago | | | 0 | 0.0010402958 | |
| 16576272 | 2 years ago | | | 0 | 0.0012277499 | |
| 16313008 | 2 years ago | | | 0 | 0.0017633900 | |
| 16285429 | 2 years ago | | | 0 | 0.00085241381 | |
| 16269700 | 2 years ago | | | 0 | 0.0011386470 | |
| 16269695 | 2 years ago | | | 0 | 0.0011712614 | |
| 16269666 | 2 years ago | | | 0 | 0.0015950192 | |
| 16262410 | 2 years ago | | | 0.0138 | 0.0010299837 | |
| 16256314 | 2 years ago | | | 0.0276 | 0.00098245750 | |
| 16256291 | 2 years ago | | | 0.0069 | 0.0011245008 |
ABI
ABI objects
Getter at block 21204817 contractURI() view returns (string) getInfo() view returns (struct NFTCollectionContractInfo info)
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)
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(struct NFTCollectionDeploymentConfig deploymentConfig, struct NFTCollectionRuntimeConfig runtimeConfig)
mint(uint256 amount) payable
presaleMint(uint256 amount, bytes32[] proof) payable
renounceRole(bytes32 role, address account)
reserveMint(address to, uint256 amount)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferAdminRights(address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(struct NFTCollectionRuntimeConfig newConfig)
withdrawFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()