DEAD POKER SOCIETY MARCH 2023

Verified contract

Proxy

Active on Ethereum with 80 txns
Deployed by via 0x3c802c40 at 16713784
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional variables

No balances found for "DEAD POKER SOCIETY MARCH 2023"

0x7e65ff0eca1ce7be4a4ac0b2d70f384d82817914828d8720ec072e98f1910778
0x996ccddf31ca63ccd6be2c87395ce3241261096ab511ab0992f6bede293a426e
0x5c640e8bb2754fade1763fdfa412c41b89b758820e655b6ca461cd2de4353ec5
0xd6d5e992f480578eb6ca196eb1536da9c0fc7a7a4fd28266faf815ac4fd11422
0x9bf7826c993a83f23d476bcc8e2a4cf7513b5129efaf8981cb11aaaf81005a28
0xdd679de807bc84b871b78762b279da4fa2be192eb26a418e5057130f3aa6a5b6
0xf22aa93e9cbb9bcdab50136bcf0b5ef552f7b201d822c3011dc015e8ff8fa4de
0xf96a1b8e466000e12d1369a86e1617c557dbe6f788ae3e7a34436058f0f37948
0x9e1eb4dd86a02ca26ab312c2fa05f871cd3f2215123a072ebb5f334213ddcbb9
0xf7c3cfa770066f17413575b9c442435067d26588f2344c7670f52bb43fa40d90

Functions
Getter at block 21274192
ADMIN_ROLE(view returns (uint256)
1
BURNER_ROLE(view returns (uint256)
4
MANAGER_ROLE(view returns (uint256)
2
maxAmount(view returns (uint256)
54
maxPerMint(view returns (uint256)
20
maxPerWallet(view returns (uint256)
20
name(view returns (string)
DEAD POKER SOCIETY MARCH 2023
owner(view returns (address result)
0xfe38a209554030ab8cbb4a6af68859fe5f4480fc
ownershipHandoverValidFor(view returns (uint64)
172800
presaleActive(view returns (bool)
false
price(view returns (uint256)
30000000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
DPSMAR23
totalRevenue(view returns (uint256)
1326000000000000000
totalSupply(view returns (uint256)
52
treasury(view returns (address)
0xfe38a209554030ab8cbb4a6af68859fe5f4480fc
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasAllRoles(address useruint256 rolesview returns (bool result)
hasAnyRole(address useruint256 rolesview returns (bool result)
isApprovedForAll(address owneraddress operatorview returns (bool)
ordinalsFromRoles(uint256 rolespure returns (uint8[] ordinals)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesFromOrdinals(uint8[] ordinalspure returns (uint256 roles)
rolesOf(address userview returns (uint256 roles)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
burn(uint256 tokenId
cancelOwnershipHandover(
completeOwnershipHandover(address pendingOwner
grantRoles(address useruint256 roles
initialize(address owner_string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
renounceRoles(uint256 roles
requestOwnershipHandover(
revokeRoles(address useruint256 roles
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setOperatorFilteringEnabled(bool value
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OperatorAllowed(bytes32 indexed operatorbool allowed
OperatorBlocked(bytes32 indexed operatorbool blocked
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
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
NewOwnerIsZeroAddress(
NoHandoverRequest(
Unauthorized(