0x88e0000bf1786ec8b6704a0f91fc599490591cbb
Verified contract
Proxy
Active on
Ethereum with 16 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 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
Balances ($1,424.14)
Native
Value
$1,424.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.45 | $3,164.75 |
$1,424.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16731024 | 2 years ago | | | 0 | 0.0021587117 | |
| 16730164 | 2 years ago | | | 0.125 | 0.0016316262 | |
| 16697385 | 2 years ago | | | 0.025 | 0.0025378059 | |
| 16691520 | 2 years ago | | | 0 | 0.0022950224 | |
| 16679861 | 2 years ago | | | 0.025 | 0.0030547592 | |
| 16679646 | 2 years ago | | | 0.025 | 0.0042684844 | |
| 16645614 | 2 years ago | | | 0 | 0.0024374838 | |
| 16645497 | 2 years ago | | | 0 | 0.0026829988 | |
| 16645391 | 2 years ago | | | 0 | 0.0026835956 | |
| 16645012 | 2 years ago | | | 0 | 0.0014126928 |
ABI
ABI objects
Getter at block 21200669 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)
10500
availableSupply() view returns (uint256)
982
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 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()