Good Godz

Verified contract

Active on Ethereum with 2,559 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Good Godz"

0x6ea0ffb419fdbe97136c1ddfa3d1d1c41d272fa758c4b62f8da77c3e850025e1
0x89323d1d28fd311b3a2c51604b3e11b190eff871edf4588fd0ae0a87a437b63c
0x5c24c70bc6acbaaeab6985be47fc1604d00a87ed253dbaa843c4e18490e836f0
0xc3dc9cbf9ec23626a9e62601387828c8ae86f019ee2aa315107f57dfd1a36f41
0xb7e4b0af9ae701d1e36fdc0e5044d5db7e245bccf116f8ad821c3c50680877cb
0x4912763fd819ed5870aec2c3bc290b6cf6aa0f8cced33af8325aa522b4b1aa43
0x727675ef44db42d5d3fd244e45f2f456278b160081628e2a43d3bf1e02c1f8c2
0x20bbef9b213a9b475560174a88720dee7f841a121ec3ce2f2514faf009a3057f
0x0cb176f3566d8ad8442e60cadd0dd55080b300fc5c806e0b1af645ea2b2f64cf
0xf9c3c9f82fb1d8e857edb11c603205361891d4179af9df593fea6c66defabb24

Functions
Getter at block 21266691
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x6de0034927b65d18694aa56813469e65ab3e5b80
mintpassId(view returns (uint16)
1
name(view returns (string)
Good Godz
owner(view returns (address)
0x5cc78f209a1b7f2015d823a3d9552e55707a709f
price(view returns (uint256)
25000000000000000
saleMerkleRoot(view returns (bytes32)
0x1dc0be19d0dfdb5f556a4dd4d66befe65d6aef1fbb6fc57ac8e3f413f1a76866
symbol(view returns (string)
GODZ
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=2100, maxPerWallet=50, maxPerTransaction=50, preSalePrice=80000000000000000, pubSalePrice=25000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
140132000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1686
unclaimedSupply(view returns (uint256)
414
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(