Godot

Verified contract

Active on Ethereum with 3,383 txns
Deployed by via 0x53100cb3 at 16761318
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Godot"

0x7fa1a143be0435424d7b009f49a8570cbdf75960b915bdf460a33f6d3974abc6
0x2f396d6849c94b18aec39cc5b9fd6f3a4fde290ca10890570fc77bc786fbea04
0x727126d5af695de64ad666bf1b48638e115f922c0fa2e4dca0514c8f649e7fcd
0xf25f64d8fe6b6a90789c766ecf332f4b004710d7b420713c99d9edd69ae42ec0
0xcf0c8e24613c7702e0ceeda7713b463b4b90a239381a946fdeb58a9396384d02
0xacc414f454aea988f65c23135f259ec867208a56ad92c8c86059f915e6e51818
0x4f7f574fc433f4ddd49d4dc1b52024f0f45ee2b169fd7b1ea9919dfd2ef66f68
0xe8a88f912fb39af2e0fdf25875340ce1c979e4ea197f35faeffd259d1f2cf5d8
0x5e70cd9a0e3226b9ae6550cbaa927b1bb700ff821e98a58ddd63524486158bc8
0x5d3ffb4fd782640fde17c6094add4cf69906d01c76f2b4b16f12b07ce145ca48

Functions
Getter at block 20865543
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmbmDTpY3pkER8PJJBMiMFwdLfaQW73FsfurfdPLB9SkBY/hidden.json
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x3d66cc9987584fd4e4cffa7bd92dcf8490057c333fef63c8c7d95d84ed6c0249
name(view returns (string)
Godot
owner(view returns (address)
0x02fc849b0f3bbd563ee134de8e0c7933079621e4
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
GOD
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://Qmaf92gSkG5nsqmEGjwojmsXPgowGaLCoxGqJPJyZHubL3/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(