Moon Goons
Verified contract
Active on
Ethereum with 5,417 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 "Moon Goons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20339373 | 4 months ago | | | 0 | 0.00015745694 | |
| 20274472 | 4 months ago | | | 0 | 0.00020607256 | |
| 19463775 | 8 months ago | | | 0 | 0.0024568731 | |
| 18894302 | 10 months ago | | | 0 | 0.00049633001 | |
| 18782650 | a year ago | | | 0 | 0.0012045043 | |
| 18776394 | a year ago | | | 0 | 0.0016967904 | |
| 18650957 | a year ago | | | 0 | 0.0013082612 | |
| 17584411 | a year ago | | | 0 | 0.00047001911 | |
| 17523841 | a year ago | | | 0 | 0.00065514526 | |
| 17515784 | a year ago | | | 0 | 0.0013901301 |
ABI
ABI objects
Getter at block 21161930
baseURI() view returns (string)
ipfs://QmW9NmdqXYZJVFfWzMLYjtgza3qfki6qseVLmhxHcp4qiG/
currentSupply() view returns (uint256)
5000
isSalePublic() view returns (bool)
true
maxPerTransaction() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
5000
mintPrice() view returns (uint256)
0
name() view returns (string)
Moon Goons
owner() view returns (address)
0xc89ac3408b4baa5e000032173e29917259ce1c1a
symbol() view returns (string)
MOONGOONS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletMints(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
mintTo(uint256 _quantity, address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _baseTokenUri)
setIsSalePublic(bool _isSalePublic)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()