Amolution
Verified contract
Active on
Ethereum with 378 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 "Amolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16945843 | 2 years ago | | | 0 | 0.0010900751 | |
| 16912730 | 2 years ago | | | 0 | 0.00080510316 | |
| 16912712 | 2 years ago | | | 0 | 0.0012905377 | |
| 16911880 | 2 years ago | | | 0 | 0.00085708661 | |
| 16909717 | 2 years ago | | | 0 | 0.00057211641 | |
| 16904573 | 2 years ago | | | 0 | 0.0010043884 | |
| 16904572 | 2 years ago | | | 0 | 0.00093315454 | |
| 16904433 | 2 years ago | | | 0 | 0.0010246830 | |
| 16901573 | 2 years ago | | | 0 | 0.00066999572 | |
| 16901481 | 2 years ago | | | 0 | 0.00071749229 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId) payable
fundsWithdraw()
mint(uint256 quantity) payable
mintTo(uint256 _quantity, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setStartTime(uint256 _startTime)
setWhitelistPrice(uint256 _whitelistPrice)
setWhitelistStartTime(uint256 _whitelistStartTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()