YootGods
Verified contract
Active on
Ethereum with 12,656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "YootGods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102633 | a month ago | | | 0 | 0.00026263829 | |
| 21011297 | a month ago | | | 0 | 0.00036708409 | |
| 21006527 | a month ago | | | 0 | 0.00046265607 | |
| 20909888 | 2 months ago | | | 0 | 0.00021751594 | |
| 20884357 | 2 months ago | | | 0 | 0.00028795213 | |
| 20801824 | 2 months ago | | | 0 | 0.00024493154 | |
| 20797364 | 2 months ago | | | 0 | 0.00047127752 | |
| 20795302 | 2 months ago | | | 0 | 0.00080240678 | |
| 20795257 | 2 months ago | | | 0 | 0.00051449538 | |
| 20786432 | 2 months ago | | | 0 | 0.00069635309 |
ABI
ABI objects
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 owner) view returns (uint256)
calculatePrice(uint256 qty) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxPerTx(uint256 maxPerTX_)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxSupply(uint256 maxSupply_)
setRoyalty(address receiver, uint96 feeNumerator)
teamMintTo(uint256 quantity, address to)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientPayment()
InvalidQueryRange()
MaxPerTXReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingDisabled()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletLimitReached()
WithdrawalFailed()