This contract is being backfilled. You may encounter incomplete storage history.

AMOR

Verified contract

Active on Ethereum with 936 txns
Deployed by via 0x67d86cd3 at 16332102
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "AMOR"

0xb46408854ca664fdca4fc634e441136796a15958d3de6e7004cd666b8c9afc87
0x8d59684f3271a94888f6d81af866e0ab008186c0ddff5bdaa5f18a68146ffce2
0xa5bcea39f17b3dde768db9428fd0e4f46a5b81e5482183a69ddd65a0ba019aad
0x6cde7b832703eb18f92a904ae78bdec3435f2012f168dfbe37b287006c5e7e7b
0x04394f09ca97e1f8f45f213bd42a6c6fda890484f335fdbef9c2feef6f9cfea3
0x147ec3970b337ceb3f305908a1f2e9e4d160808ece766e11a3bdbdd01bf40588
0x16be64f52650449fbf92be1fcdab52ea03731d0591b2e91ddb7da0be11ea2203
0x175e158a411ca38a46e63d2035a91e6fb798f04ed58ca3a93b83ec9d3155f25e
0x0334681cd289e34a3cdc7484d9f236b37f9890f5ed8bccde60cafec8ee6f492e
0x9aa920bd4a93bfb0f055053433db9ae83bdf155880eabc039e9cac04803d280d

Functions
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 ownerview returns (uint256)
calculateRoyalty(uint256 _salePriceview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNumberMinted(address _addressview returns (uint256)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
getPrice(uint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] merkleproofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address beneficiaryuint256 amount
amorListMint(uint256 quantitybytes32[] merkleproofpayable 
approve(address touint256 tokenIdpayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
reserveNFT(uint256 quantity
reveal(string _uri
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAmorListLimit(uint256 _newLimit
setAmorListPrice(uint256 _newPrice
setApprovalForAll(address operatorbool 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 _receiveruint96 _royaltyFeesInBips
setSaleStatus(uint8 _status
setTeamWallet(address _newTeamWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(string _hiddenURIuint96 _royaltyFeesInBipsbytes32 _rootaddress _teamWallet
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(