Grumpies

Verified contract

Proxy

Active on Ethereum with 603 txns
Deployed by via 0xb9a06be5 at 16492272
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
17 additional variables

No balances found for "Grumpies"

0x5f1181c16aae6c3bb4cfc9491018b632619ddd52c5d005b38af679f1faf6c440
0x06fb99116f0aa84aa85b9b4787b448f0999288f0aa9325d5675860f3872f8b17
0x0668f1929909985cf8649ef5f69a4ace5f2849e9050a73a934fc5a925436c6c8
0x02b357e88f73dd74b9bb57eb2c00241814446a53d269847dd14b32b09bedbe18
0x7f7e65af55074e38ae712e9efc013dee62839d4b9a980b93e8b2b275dd93f02b
From
0x56d0bba4a7b964c0a405189ee1c4574c624dcb5763795c19b7313bc56125f622
0xa1aaa2a798823ab93b09a603dabbf27e97a3ea202498019fe94055172b6c7b06
0x5379889e2a7f510d8ec0a692c1eeeebc546df9ff13083ab32a97b4419d17527e
0x1cb0b1f1671187b28a51150a888611ac8c384e47808d3ba3918bfea89bc2d5c4
0x2dbf1767a342bba9a4d0ccf9bb73d878e7a2ab8eb54a4b914ab9f8578c0cf7e2

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)
0xe262aec27f9d6218c8def938faa56280f1e65b85
baseURI(view returns (string)
https://curious-figolla-f81e33.netlify.app/api/metadata/
name(view returns (string)
Grumpies
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xe262aec27f9d6218c8def938faa56280f1e65b85
presaleRoot(view returns (bytes32)
0x1dcce8a335703145ec5872e8028c85fc79607456f0344dc5a335e12a4b50c0eb
price(view returns (uint256)
28000000000000000
 
proxiableUUID(view returns (bytes32)
saleState(view returns (uint8)
0
supplyBurnt(view returns (uint256)
0
symbol(view returns (string)
GRUMPIES
totalCommit(view returns (uint256)
253
totalSupply(view returns (uint256)
278
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
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
SaleNotActive(