Zeuss World Genesis

Verified contract

Active on Ethereum with 447 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 "Zeuss World Genesis "

0x11c2c4517f69dd76e497ad92ca78153e6af3af335308096405cc8bd504e65776
0x48d1c92290a4e283786d170594c5261bafab757c9a000ed320f7a5d847d70f6a
0xb7131a795a535368941eb951521344619887e64d22c4b98abf6ebdd5ccb7a60c
0x8a9044a4d5ab9ea804bfce35240e7809078b005a249ed0f2f13748c450fa03a2
0x6f64e5cd879ae22ed063b7a93b9c252552b11e73268374e7310e92689a30fc89
0xf0a5ccdbe830096761d38051924adcfa3709aa845669b26b3a73416414363ff5
0x32db276a026282dfa1d951b289a1c290a9ce0eeb34e66e16a11b4b6872725580
0x68aa642bb899116332ece33a250eb1a38caa63b2448df7af1465118f95ade4fd
0xc7feb70dd555822be49b06bb46ebc70636a4d6a2550d07ab1f8c7a428bda414c
0x449ead75496199afd39862d10c47fdd5b73baf616e884ed8e50209ca9e54ed6e

Functions
Getter at block 21332668
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Zeuss World Genesis
owner(view returns (address)
0xf743fa5a883fdb7b7e34763d46e4b9cc3e2bb1d6
price(view returns (uint256)
65000000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
ZWG
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhaseuint8 claimPhase)
(maxSupply=7777, maxPerWallet=0, maxPerTransaction=20, preSalePrice=0, pubSalePrice=65000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0, claimPhase=0)
totalReleased(view returns (uint256)
24245000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
374
unclaimedSupply(view returns (uint256)
7403
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(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateClaimState(bool _claimIsActiveuint8 _claimPhase
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _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(