MomentsAsia365
Verified contract
Proxy
Active on
Ethereum with 350 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 14 additional slots
Balances ($0.00)
No balances found for "MomentsAsia365"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131522 | 13 days ago | | | 0 | 0.0012648480 | |
| 21127549 | 14 days ago | | | 0 | 0.0011877477 | |
| 21099698 | 17 days ago | | | 0 | 0.00026063428 | |
| 20988199 | a month ago | | | 0 | 0.0010139351 | |
| 20967251 | a month ago | | | 0 | 0.0010281717 | |
| 20924041 | a month ago | | | 0 | 0.0010213952 | |
| 20820083 | 2 months ago | | | 0 | 0.0019199052 | |
| 20723433 | 2 months ago | | | 0 | 0.00027724680 | |
| 20723417 | 2 months ago | | | 0 | 0.00019710000 | |
| 20723408 | 2 months ago | | | 0 | 0.00036601440 |
ABI
ABI objects
Getter at block 21224429 getImage() view returns (string[])
burnStatus() view returns (bool)
false
currentDay() view returns (uint256)
329
endTimeStamp() view returns (uint256)
1703633400
getBreakPoints() view returns (uint256[])
[0, 11, 366]
isSaleOpen() view returns (bool)
false
name() view returns (string)
MomentsAsia365
postRevealURI() view returns (string)
https://gray-lively-heron-584.mypinata.cloud/ipfs/QmTbgyYUjVpTEqGaUdACsAwGZ5r5AcAoktuiTzHQne1gei
preRevealURI() view returns (string)
ipfs://bafybeifucwd44wlg7ewt3pjwbtmytpsrshans5agistj6ikgbr5mzxj4dy/prereveal.png
price() view returns (uint256)
36500000000000000
priceAl() view returns (uint256)
30000000000000000
remainingSeconds() view returns (uint256)
7777
revealTimeStamp() view returns (uint256)
1703633400
startTimeStamp() view returns (uint256)
1703028600
symbol() view returns (string)
MA365
totalSupply() view returns (uint256)
349
unitDuration() view returns (uint256)
86400
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getDayToCity(uint256 day) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isForged(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
burnMany(uint256[] tokenIds)
forge(uint256 tokenId)
mint(uint256 quantity, bytes32[] _merkleProof) payable
reserve(address[] recipient, uint256[] amount)
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 uri)
setBreakPoints(uint256[] breakPoints)
setDayToCity(uint256[] day, string[] city)
setImage(string[] image)
setName(string name)
setPostRevealURI(string uri)
setPreRevealURI(string uri)
setPrices(uint256 _price, uint256 _priceAL)
setRevealTimeStamp(uint256 time)
setSymbol(string symbol)
setUnitDuration(uint256 time)
startSale(uint256 time)
stopSale(uint256 time)
toggleBurnStatus()
transferFrom(address from, address to, uint256 tokenId) payable
DiamondCut(struct IDiamondCutFacetCut[] _diamondCut, address _init, bytes _calldata)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _diamondCutFacet)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()