Special Monkey #20

Unverified contract

Proxy

Active on Ethereum with 0 txns
Deployed by via 0x48dcd617 at 21295154
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Special Monkey #20"

No transactions found for "Special Monkey #20"


Functions
Getter at block 21298745
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)
Special Monkey #20
owner(view returns (address)
0x4b227e2eb3f39d4ee23938c430821d80dc15a2d5
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NFTCONTRACT
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(