Grumpies

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc07c4ecb at 16492655
Slot
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 43 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
13 additional variables

No balances found for "Grumpies"

No transactions found for "Grumpies"


Functions
Getter at block 20865820
MAX_SUPPLY(view returns (uint256)
4000
TEAM_RESERVES(view returns (uint256)
100
VAULT(view returns (address)
0xc6a6169ac9169346cfdfece14f4551e7938b9e75
allowancesSigner(view returns (address)
0x0000000000000000000000000000000000000000
baseURI(view returns (string)
name(view returns (string)
operatorFilteringEnabled(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
presaleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
price(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleState(view returns (uint8)
0
supplyBurnt(view returns (uint256)
0
symbol(view returns (string)
totalCommit(view returns (uint256)
0
totalSupply(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
commit(addressview returns (uint256)
createMessage(address accountuint256 nonceview returns (bytes32)
createMessages(address[] accountsuint256[] noncesview returns (bytes32[] messages)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedAllowances(bytes32view returns (bool)
validateSignature(address accountuint256 noncebytes signatureview returns (bytes32)
State-modifying
approve(address operatoruint256 tokenId
burnSupply(uint256 amount
commitToMint(bytes32[] proofpayable 
initialize(address allowancesSigner_
presaleMint(uint256 tokenId
presaleMintStep(bytes32[] proofuint256 tokenIdbytes signaturepayable 
publicMint(bytes signatureuint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowancesSigner(address newSigner
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMintConfig(uint256 _price
setOperatorFilteringEnabled(bool value
setPresaleRoot(bytes32 _root
setSaleState(uint8 state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromAddressaddress indexed toAddress
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
SaleNotActive(