Mystery Gecko MVP

Unverified contract

Proxy

Active on Base with 106 txns
Deployed by via 0x0ff0e3e4 at 2216425
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
16 additional variables

No balances found for "Mystery Gecko MVP"

0x0f987f2bc79dc86261022faa0e9dd5d18fcc09210f3e3da4931cf9d89440b55c
0x7ba311cedae736b6e572a61b5d5fb921c4c4d83735b8f365cc3195fbf1f84aa4
0xe838ecbb6f9058a99df776879cf674050c0e33152547a244a6777c6e85cb3f96
0xc7c326de568ca23770e01d9bd6ecd34674d56e311b9c9d1b00f7c3bc8e605042
0x13b228795b5bee860f96acf3de2f6b30f0609031f5ee2d1e42eb4dab7645f660
0x5426e39f024def14aac2f869563235b0db7e7d7f89e2734f4fcd4d501a0d0208
0x294618c9e2f9c0fbc55b005dce01a24a07bfeb224aa6deaf06fceb2b1a2e40d4
0x9924d7676d580929edf1a3f07f8e4425ebd20b70b030b2972214f3bd2daef534
0x7298d22890d9fbdcc2bbb4a376ee878c041a2c183c78acddb1208d420907f81b
0xc15d6f777ec99eebd1ea55119211d7943b0077fb0a1332bf39075177c36a2b11

Functions
Getter at block 22942267
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmcGHzmtFdWmKiQDQ3LwNeKxwQPwXruUvGsJBZfaqBaf1J/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x056eaacc7f8d9c0034282edf138d0f5098d8db9d, 250)
getPlatformFeeInfo(view returns (addressuint16)
(0x056eaacc7f8d9c0034282edf138d0f5098d8db9d, 250)
name(view returns (string)
Mystery Gecko MVP
nextTokenIdToMint(view returns (uint256)
105
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xe19c7ebd20701eb250140784e44c1cc2cd56f58c
platformFeeRecipient(view returns (address)
0x056eaacc7f8d9c0034282edf138d0f5098d8db9d
primarySaleRecipient(view returns (address)
0x056eaacc7f8d9c0034282edf138d0f5098d8db9d
symbol(view returns (string)
MysGeckoMVP
totalSupply(view returns (uint256)
105
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verify(struct ITokenERC721MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _tostring _urireturns (uint256)
mintWithSignature(struct ITokenERC721MintRequest _reqbytes _signaturepayable returns (uint256 tokenIdMinted)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uri
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC721MintRequest mintRequest
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
OperatorNotAllowed(address operator