0xaf9ba9f9d7db062a119371ea923ed274e3981163

Verified contract

Proxy

Active on Ethereum with 27,754 txns
Deployed by via 0x43945e56 at 19426445
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xaf9ba9f9d7db062a119371ea923ed274e3981163"

0xb1128bc2684f77b92efde63bc528288ef774c909d8d871eb38d0e8602969f3b8
0x220c52ec2b3ba9adc5536ed59603a9a94cbe970545c316864f8337b508f2dc60
0xedf28ce3b113722c08b76d7632a95d208d4dace2c23a5f06548bea1a0c8d2fdd
0x7c98267854c33f4e864aaac260fea2a907c8134fbf000d13c12c3818c83fd035
0x067354c1e4a50de446114fc6c20c815bdffad99ad870df028135d0ede5af4567
0xed1021ef6ad1cbb5dbfb5c7f638a6a3d6c1842154d5f4193b3a0c10d17539525
0xd7dd9af156e7fa0aef77c7c5b5b84b83a6be86cff6edf866b8a2ec5a114b1526
0xdb12f9392a2dc8631d1397e8ccbeb8a1bbcfcd3eab64cbaffa2a3cc2254c7052
0x6465214edd758348c45ccb7acb57fee60bae518d89ea70c920e327ccfa19d901
0xd3d6201e7a58dc737b730574c3ac0b0d5821f829b599b50bec8945a3517e746a

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getLastNonce(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenSupply(uint256 tokenIdview returns (uint256uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isCreated(uint256 tokenIdview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenDetails(uint256view returns (uint128 tokenMaxSupplyuint128 tokenCurrentSupplystring uri)
uri(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
adminMint(address touint256 tokenIduint256 amount
burn(address accountuint256 tokenIduint128 amount
cancelVoucher(uint256 voucherNonce
createForAdminMint(uint256 tokenId_uint256 tokenInitialSupply_uint256 tokenMaxSupply_string uri_
grantAdminRole(address account
grantRole(bytes32 roleaddress account
initialize(address adminaddress owner_address signeruint128 maxSupply_bool soulBound_string name_string symbol_string baseContractURI_
initialize(address admin_address owner_
initialize(address signer
initialize(bool soulbound_
mintWithVoucher(struct MintVoucherVerificationMintVoucher voucherbytes signaturepayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeAdminRole(address account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string contractURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxSupply(uint128 maxSupply_
setMaxSupplyPerToken(uint256 tokenIduint128 tokenMaxSupply_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BaseURIUpdated(string newlyUpdatedURI
ContractURIUpdated(string prevURIstring newURI
Initialized(uint8 version
MaxSupplyUpdated(uint128 oldMaxSupplyuint128 newMaxSupply
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentURI(string _valueuint256 indexed _id
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SoulBoundToken(
TokenMaxSupplyUpdated(uint256 indexed tokenIduint128 oldMaxSupplyuint128 newMaxSupply
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
VoucherCancelled(address minteruint256 nonce
VoucherRedeemed(bytes signature
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotBeZeroAddress(
CannotIncreaseMaxSupply(
InsufficientPayment(
InvalidPaymentAmount(
InvalidSignature(
InvalidVoucher(
NotApprovedNorOwner(
TokenAlreadyExists(
TokenNonExistent(
TransferNotAllowed(
ValueBelowCurrentSupply(
ValueCannotBeZero(
ValueExceedsMaxSupply(
VoucherIsExpired(
VoucherNonceTooLow(