0xaf9ba9f9d7db062a119371ea923ed274e3981163
Verified contract
Proxy
Active on
Ethereum with 27,754 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
Balances ($0.00)
No balances found for "0xaf9ba9f9d7db062a119371ea923ed274e3981163"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260978 | 2 days ago | | | 0 | 0.00041680639 | |
| 21248861 | 3 days ago | | | 0 | 0.00055340288 | |
| 21241641 | 4 days ago | | | 0 | 0.00043802990 | |
| 21241577 | 4 days ago | | | 0 | 0.00040438221 | |
| 21212116 | 8 days ago | | | 0 | 0.00055479438 | |
| 21163762 | 15 days ago | | | 0 | 0.00086754423 | |
| 21152555 | 17 days ago | | | 0 | 0.00052627911 | |
| 21151344 | 17 days ago | | | 0 | 0.00058315494 | |
| 21114898 | 22 days ago | | | 0 | 0.00039829140 | |
| 21114766 | 22 days ago | | | 0 | 0.00049531110 |
ABI
ABI objects
Getter at block 21272870
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
baseURI() view returns (string)
baseURIPermanent() view returns (bool)
false
contractURI() view returns (string)
currentSupply() view returns (uint128)
1
isInitialized() view returns (bool)
true
maxSupply() view returns (uint128)
340282366920938463463374607431768211455
name() view returns (string)
Ethereum, Evolved: Dencun
owner() view returns (address)
0x002e2602fd10e1abac5955d25d20f25d9842d9a9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DENCUN
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getLastNonce(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 tokenId) view returns (uint256, uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isCreated(uint256 tokenId) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenDetails(uint256) view returns (uint128 tokenMaxSupply, uint128 tokenCurrentSupply, string uri)
uri(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
adminMint(address to, uint256 tokenId, uint256 amount)
burn(address account, uint256 tokenId, uint128 amount)
cancelVoucher(uint256 voucherNonce)
createForAdminMint(uint256 tokenId_, uint256 tokenInitialSupply_, uint256 tokenMaxSupply_, string uri_)
grantAdminRole(address account)
grantRole(bytes32 role, address account)
initialize(address admin, address owner_, address signer, uint128 maxSupply_, bool soulBound_, string name_, string symbol_, string baseContractURI_)
initialize(address admin_, address owner_)
initialize(address signer)
initialize(bool soulbound_)
mintWithVoucher(struct MintVoucherVerificationMintVoucher voucher, bytes signature) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeAdminRole(address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint128 maxSupply_)
setMaxSupplyPerToken(uint256 tokenId, uint128 tokenMaxSupply_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseURIUpdated(string newlyUpdatedURI)
ContractURIUpdated(string prevURI, string newURI)
Initialized(uint8 version)
MaxSupplyUpdated(uint128 oldMaxSupply, uint128 newMaxSupply)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
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)
SoulBoundToken()
TokenMaxSupplyUpdated(uint256 indexed tokenId, uint128 oldMaxSupply, uint128 newMaxSupply)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
VoucherCancelled(address minter, uint256 nonce)
VoucherRedeemed(bytes signature)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CannotBeZeroAddress()
CannotIncreaseMaxSupply()
InsufficientPayment()
InvalidPaymentAmount()
InvalidSignature()
InvalidVoucher()
NotApprovedNorOwner()
TokenAlreadyExists()
TokenNonExistent()
TransferNotAllowed()
ValueBelowCurrentSupply()
ValueCannotBeZero()
ValueExceedsMaxSupply()
VoucherIsExpired()
VoucherNonceTooLow()