Moonsie
Verified contract
Active on
Ethereum with 4,574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Moonsie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21337224 | 8 days ago | | | 0 | 0.0015049349 | |
| 21336063 | 9 days ago | | | 0 | 0.00086495919 | |
| 21145518 | a month ago | | | 0 | 0.00051056675 | |
| 20997916 | 2 months ago | | | 0 | 0.00022132110 | |
| 20610069 | 4 months ago | | | 0 | 0.000026561095 | |
| 20498762 | 4 months ago | | | 0 | 0.000046749466 | |
| 20345462 | 5 months ago | | | 0 | 0.000064652801 | |
| 20266290 | 5 months ago | | | 0 | 0.000060998765 | |
| 19710962 | 8 months ago | | | 0 | 0.00025614533 | |
| 19582527 | 8 months ago | | | 0 | 0.00052566808 |
ABI
ABI objects
Getter at block 21397728
baseURI() view returns (string)
ipfs://QmSuRr9rRFAnnSaBzAq6gkMvTuNi7seBu7YkGJanZNvnBp/
maxSupply() view returns (uint256)
3000
name() view returns (string)
Moonsie
owner() view returns (address)
0xff9c304ee5e0e227ad54fafdc09bb49d64eac75a
phaseOneIsActive() view returns (bool)
false
phaseThreeIsActive() view returns (bool)
false
phaseTwoIsActive() view returns (bool)
false
price() view returns (uint256)
55000000000000000
symbol() view returns (string)
MOONSIE
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
boolishSummoning(uint256 mintAmount, bytes32[] merkleProof) payable
emergencyMeeting()
lfgSummoning(uint256 mintAmount, bytes32[] merkleProof) payable
maxPopulation(uint256 newMaxSupply)
moonsieBegins()
moonsieRising()
moonsieSequel()
mooonsieTeamFeeding()
renounceOwnership()
ritualSummoning(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMerkleRootA(bytes32 newRoot)
setMerkleRootB(bytes32 newRoot)
setMerkleRootC(bytes32 newRoot)
soloSummoning(uint256 mintAmount, bytes32[] merkleProof) payable
summoning(uint256 mintAmount) payable
summoningCost(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()