AI RENGA

Verified contract

Active on Ethereum with 323 txns
Deployed by via 0x299a2ce3 at 15661650
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AI RENGA"

0xd50dd6c4c3d7aa26e2656239b779905285811ad63ce1b558d56f112e0d073aa8
0x957aa8c458e25adfb0bd7310517f741b65261f169c4172c3970f2a64d412e306
0xe7c48d0316f4803fa12a15e80e09fb090ca3f30e8091381550bea9e645ae4ec9
0xcb9af48dd201c85e123a1f661eeffd3cb6dc614753bd9875088d7aa1093607fb
0xbc18560f7a933f1cd05d882e64667d978d25e62eb2501c96aa9d40c1350fae16
0x7b90c8f292ece6e6054549d2f0e562ddc2d106f9d0e13baf2a1501b10eb858f2
0xc691fc19124eb5cc74b768abf9f95322a32324e3612fd0fc7aefa46c6e404782
0xdd11d2cd70774a0fefc7844070e9d26d47c4cfcea6878de7078aeac90fb7dbe6
0x3c8267965f903d32e08d8f0f5ab1611b1a446c16b5efbf37a2cf49a9a068ba9c
0x346f06094d447c01f098aa69481b1ecf9387a10fa97fe5ec0c1b5df7846b731c

Functions
Getter at block 20858337
MAX_FREE_MINTS_PER_WALLET(view returns (uint16)
2
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
SALE_IS_ACTIVE(view returns (bool)
true
name(view returns (string)
AI RENGA
owner(view returns (address)
0x8c6079d44818fcf7e4af8c68f20f6825aca18262
paused(view returns (bool)
false
symbol(view returns (string)
AIR
totalFreeMinted(view returns (uint256)
741
totalSupply(view returns (uint256)
1457
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getFreeMints(address addyview returns (uint64)
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[])
State-modifying
airdrop(address _touint256 _mintAmount
approve(address touint256 tokenId
burn(uint256 tokenId
freezeMetadata(
mint(uint32 _mintAmountpayable 
pause(
reduceMaxSupply(uint256 newMaxSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet
setMaxMintPerTx(uint256 maxMint
setPrice(uint256 price
setSaleState(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(uint256 priceuint256 maxSupplyuint256 maxMintPerTxuint16 maxFreeMintsPerWalletstring baseUri
Fallback and receive

This contract contains no fallback and receive objects.

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