YootGods

Verified contract

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

No balances found for "YootGods"

0x1132b9180f44c9a7a6bba4579e344989d82f9090b79de284339577aa540cf71d
0x7e975c9ec5cc486f3457fb7db89fb8936195092a560283c4f7f50fc558270a59
0xd66c70d2903c8a3e77834b51386de6643b1c62fe84a1a44615b47272371453b1
0x654f574c880e62108037a7c050dff020e51e523eb6a2dd202067376d5da69d0e
From
0x631fd8ff01d720532bdf2bcd385012ab7b80d4bec1779130ff37fa3e0ffb1e44
0xdd34fa5a68ba97ce567e193b3c77bee29d9a5bbfb0db46de4a1e5cc9f40e0637
0x3e61962362e5565399fad77aa5ab7a273018926d7c287695564b9b7c0768a582
0x526dddbcce35b514ea7de1bfdb53e60eec0956623aeae5d11609c071ed2996a6
0xe18ec5879f002f971c3edb3070548a0767b9d85cd197a41272aef1b529295ac2
0x02cd52bb3f8c2758dc90b4df6dceb550e9ffd220867c2a7067f8e6b396861627

Functions
Getter at block 21307370
freePerWallet(view returns (uint256)
1
maxPerTX(view returns (uint256)
25
maxPerWallet(view returns (uint256)
50
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
YootGods
owner(view returns (address)
0xa5aaa894aeac645a5279fa3d51308a4fb5fd609d
price(view returns (uint256)
6900000000000000
symbol(view returns (string)
YG
totalSupply(view returns (uint256)
10001
Read-only
balanceOf(address ownerview returns (uint256)
calculatePrice(uint256 qtyview 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)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
deleteDefaultRoyalty(
mint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxPerTx(uint256 maxPerTX_
setMaxPerWallet(uint256 maxPerWallet_
setMaxSupply(uint256 maxSupply_
setRoyalty(address receiveruint96 feeNumerator
teamMintTo(uint256 quantityaddress to
toggleMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientPayment(
InvalidQueryRange(
MaxPerTXReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintingDisabled(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletLimitReached(
WithdrawalFailed(