Amolution

Verified contract

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

No balances found for "Amolution"

0xbf403b4f4cc42445b8bd8f46c69f57e7aa6f249ff8f55be164654b3de8b6f704
0x03d799f0952ff5b654e56bf2601ae4a4aaf8c4c2fbfa9bd362842c3dc0df5c55
0x41578a18bbb19418583bb2efedd9c9801a0223918f952c5db5dede2d2d8aaf2a
0xf9133c6e8179c0570d205d0c43c9927d5b2ca8f218d1173b29aec39da8c30139
0xaa92ed808300bfd979f57c7e4f738443b30ad9be944302d46e1a289885e4013c
0xb26d708dc422416dc515b2d3f192e7fe809debd442065394d5151347112b3bd8
0x65ea980e4d639b88189ed84d426083eb5e4cb07173de2baeef42d6d8a28d56b8
0x7ede1892264c05093b6c9f06c44f76875b52f8d66546b2d0b86a9fb588719a68
0x5ceb4ade90ea0d245e3caa509b863f4cb7fb8d245ab07b3bb59bdf76a58e8f87
0x771c9ca45fd904bfca1ec04a5ec765a38a68fd8a8a5ac9a98066edc3597e80b5

Functions
Getter at block 21222226
baseURI(view returns (string)
https://amolution.nyc3.digitaloceanspaces.com/json/
maxPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
1111
merkleRoot(view returns (bytes32)
0x50b1a543d9f7eb1ae6cbd7ef80b9c9a298d362978f3cb403f123c90c464ba194
name(view returns (string)
Amolution
owner(view returns (address)
0x9cbc0697d4e47dfb5da783b66d164efc841221ae
price(view returns (uint256)
0
startTime(view returns (uint256)
1679601600
symbol(view returns (string)
AMO
totalSupply(view returns (uint256)
1111
whitelistPrice(view returns (uint256)
0
whitelistStartTime(view returns (uint256)
1679601600
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _addresses
approve(address touint256 tokenIdpayable 
fundsWithdraw(
mint(uint256 quantitypayable 
mintTo(uint256 _quantityaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 _price
setStartTime(uint256 _startTime
setWhitelistPrice(uint256 _whitelistPrice
setWhitelistStartTime(uint256 _whitelistStartTime
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 quantitybytes32[] merkleProofpayable 
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(