0x88e0000bf1786ec8b6704a0f91fc599490591cbb

Verified contract

Proxy

Active on Ethereum with 16 txns
Deployed by via 0xe143f064 at 16621700
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 41 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 11 additional slots
-
variable spans 6 additional slots
Native
Value $1,424.14
0x43c57d8865f5adaf16290cdd125dfc982dd6a65caf0be8ab57f1085325727fad
0xe9ed20db78fe535ceb54e192244dff1373bcc24b38e4a15d2a31e411efb2d1cf
0xd5fb75c301018bcdcb4d1c07699598ea0c9f943475bcad69a27c97866c6b408a
0x9cf483b30deaf6d2475e3afa57e25d2c9c7113a1e07bbe3cb308f17241594b74
0x47163ca72c5694f33b43b5cf698007de6d0ff169fac5c64204447f331af9f94f
0x088c54dda759d9444aaecdce3fb64f3c6fb4d275851f6d9d8a154991ace8e7ac
0x8e824cacf4a392493d0184f0f1d7605cc86fbec6300ebe372ab862764afd1568
0xf4df83035cb6e2da4f11caef7b4a9733410e6a6ff0ec8f9c52d5de0043351b5d
0x60cb191f43331d90157c47be3b1ea1fd61986c6503c96972981169edafab8a04
0xd454f4a7aafa2099b23de2406e3154b4e1ad613a52e41dd4466ccbd2499b4f20

Functions
Getter at block 21200669
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)
10500
availableSupply(view returns (uint256)
982
 
contractURI(view returns (string)
 
getInfo(view returns (struct NFTCollectionContractInfo info)
mintingActive(view returns (bool)
true
name(view returns (string)
owner(view returns (address)
0x49bf2e82c987fd6be259eca0df5a0a15b19913f7
presaleActive(view returns (bool)
true
reserveRemaining(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
18
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(