Aos Si

Verified contract

Proxy

Active on Ethereum with 878 txns
Deployed by via 0x68f0738e at 18406822
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Aos Si"

0xb7569ec6a878d1c02b9d3b01b5601d319ce12ed4f774e2e0af15b400b93898ec
0x386ade503a8381984b7d3d46f572af9f251ce6f4182e03290486ba41ab6401f4
0xb6208a9ed39ac78953d8d0fcdac2ae24488534dfbacb03e3b38a49cc440e4ee8
0x29b417ec664673e8dfb27dc35ea53531aa584a3309a733480d8b7016c70271da
0xfc200635b62366a23f26966964bcf23efff688392065b0ab684802d97cc5c852
0x66d708056e4755579c969a39af1464e660928b786dffddb8d9cc84a288a7db9e
0xb5b6728db7f61dd0d302fec31678a9c807ae9e7a1d3dae8c8c5b8f09e3fd01d0
0xfc2d31c03fe349a4cef1c85ff8123bc582233f63f11e69486aab4c5584900b64
0x3db30634db0713e1967bcc32146eafa76cef8b6c4ea6d2a7aabfebac46632805
0xc54cf851dcce5d60e25ac878f97b7d2d9f2c234ebdd84318a6c5fa9136554055

Functions
Getter at block 21031317
baseURI(view returns (string)
ipfs://bafybeih4frysl3acuwv2arsv6rgu6r4qxmwkrinfacoxdxfnbwt7ma5hei/
costPublic(view returns (uint256)
3000000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
5000
maxMintPublic(view returns (uint256)
20
maxMintWL(view returns (uint256)
0
maxSupply(view returns (uint256)
3000
name(view returns (string)
Aos Si
owner(view returns (address)
0x8afd2b98fc5cd7931fcfa87a7cb5d087f28d8a9c
symbol(view returns (string)
AOSSI
totalSupply(view returns (uint256)
2248
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(