Moonlings

Verified contract

Active on Ethereum with 8,867 txns
Deployed by via 0x12dd0bfe at 14355344
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moonlings"

0x417ac5edcb9c160c0a46ed5dbf18c94d0e5211be8bc36cc22c99e63286ee73d4
0x21da99fc88363ee0314e756ac7a112361f8984defdbdaf15d81fb64f02a95917
0xda99777e861dec648eb2d3bc52b0b4aeb4ac741d6b27139d776e1923a2bf0384
0x7c42fa8a8e9336ed5bffb8eaffc83e0073481f372827b6e6094c163cec44a698
0xd6b41ea402b4a29da23b30339c2038b8673bdd87425bceac28e6c0f6af66de06
0x48dbeba5613a3f2d58af6ff14ed7a79f05174a18a1707a3f2b41492cd8ee1aa3
0x511dfbf634e1882d4a27eead0e1121a123e8792fff3386f92821c38e5a378f35
0x67f8020d857da9ce2ee20d3887a15178d911e51eeae832f270e4b98aed880ca1
0xd26db3b2c4557df3cd3a6346154a454cea30b07b9e8e5b50c882f96897261d86
0x5df560db7fc88e32427eef5b34c49f804dc1fa5d81cd618e5b84ee8bb9ef13e9

Functions
Getter at block 21169345
baseURI(view returns (string)
ipfs://QmUxvFKtBLP6BrBkKXsoZwTnnTWAmDBcozkFeJ1kTKXaKw/
currentSupply(view returns (uint256)
10000
isRevealed(view returns (bool)
true
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xfd4db79914649a8ec0b4e046c9293712514498bfe3780ee94023253ac8b23a74
name(view returns (string)
Moonlings
owner(view returns (address)
0x743d28ab06b944e2a608287144911390d0b28168
price(view returns (uint256)
69000000000000000
publicSaleIsOpen(view returns (bool)
false
symbol(view returns (string)
MOON
totalReleased(view returns (uint256)
635214000000000000000
totalShares(view returns (uint256)
4
whitelistIsOpen(view returns (bool)
false
Read-only
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
hasClaimed(addressview returns (uint256)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256view returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address spenderuint256 id
claim(address touint256 proofAmountuint256 mintAmountbytes32[] proofpayable 
ownerMint(address touint256 amount
publicMint(uint256 amountpayable 
release(address account
release(address tokenaddress account
reveal(string _baseURI
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBools(bool whitelistbool publicSale
setOwner(address newOwner
setRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 id
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Claim(address indexed touint256 amount
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Mint(address indexed touint256 amount
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string namestring symboladdress[] payeesuint256[] shares
Fallback and receive
receive(
Errors
AllowlistSaleNotStarted(
AlreadyClaimed(
MintExceedsMaxSupply(
NotInMerkle(
NotOwner(
PaymentNotCorrect(
PublicSaleNotStarted(
TooManyMintsPerTransaction(