Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "AMOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102493 | 16 days ago | | | 0 | 0.00012295172 | |
| 20659098 | 3 months ago | | | 0 | 0.000025694510 | |
| 18867229 | a year ago | | | 0 | 0.00065505304 | |
| 18286732 | a year ago | | | 0 | 0.00046829781 | |
| 18286665 | a year ago | | | 0 | 0.00036315070 | |
| 18262879 | a year ago | | | 0 | 0.00029936186 | |
| 18222186 | a year ago | | | 0 | 0.00065916273 | |
| 18107873 | a year ago | | | 0 | 0.00021422077 | |
| 17014059 | 2 years ago | | | 0 | 0.00044904396 | |
| 16933410 | 2 years ago | | | 0 | 0.0017462132 |
ABI
ABI objects
Getter at block 21214465
MAX_PER_Address_FOR_AMOR_LIST() view returns (uint256)
1
MAX_PER_Transaction() view returns (uint256)
1
amorListPrice() view returns (uint256)
5500000000000000
getSaleStatus() view returns (uint8)
2
getSoldNum() view returns (uint256)
0
getSpots() view returns (uint256)
444
merkleRoot() view returns (bytes32)
0x28e684c15415ea3d45a573dc53c3ddb84518db8a75e678b87a64725b2f2cbc3b
name() view returns (string)
AMOR
notRevealedURI() view returns (string)
ipfs://QmW1jp1bnJM1NXTZBdWFBvwLRGXwXQnJuyWzAcFoDWXX63/loveBattery.json
owner() view returns (address)
0x2a60ce76be00a24ac8241e5201a736a58415e997
publicPrice() view returns (uint256)
8800000000000000
revealed() view returns (bool)
true
royaltyAddress() view returns (address)
0x2a60ce76be00a24ac8241e5201a736a58415e997
royaltyFeesInBips() view returns (uint96)
700
saleStatus() view returns (uint8)
2
symbol() view returns (string)
AMOR
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address _address) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] merkleproof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address beneficiary, uint256 amount)
amorListMint(uint256 quantity, bytes32[] merkleproof) payable
approve(address to, uint256 tokenId) payable
publicMint(uint256 quantity) payable
renounceOwnership()
reserveNFT(uint256 quantity)
reveal(string _uri)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAmorListLimit(uint256 _newLimit)
setAmorListPrice(uint256 _newPrice)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMAX_PER_Address_FOR_AMOR_LIST(uint256 _newLimit)
setMAX_PER_Transaction(uint256 _newLimit)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string URI)
setPublicPrice(uint256 _newPrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setSaleStatus(uint8 _status)
setTeamWallet(address _newTeamWallet)
transferFrom(address from, address to, uint256 tokenId) payable
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(string _hiddenURI, uint96 _royaltyFeesInBips, bytes32 _root, address _teamWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()