Moonlings
Verified contract
Active on
Ethereum with 8,867 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 "Moonlings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143963 | 4 days ago | | | 0 | 0.00066186210 | |
| 21143958 | 4 days ago | | | 0 | 0.00061826392 | |
| 20944921 | a month ago | | | 0 | 0.00033013682 | |
| 20944921 | a month ago | | | 0 | 0.00032901477 | |
| 20862786 | a month ago | | | 0 | 0.00069145366 | |
| 20729086 | 2 months ago | | | 0 | 0.00017658598 | |
| 20690744 | 2 months ago | | | 0 | 0.000085844968 | |
| 20642892 | 2 months ago | | | 0 | 0.000096211704 | |
| 20634962 | 2 months ago | | | 0 | 0.00032729624 | |
| 20593846 | 3 months ago | | | 0 | 0.00012014378 |
ABI
ABI objects
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(address) view returns (uint256)
getApproved(uint256) view returns (address)
hasClaimed(address) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address spender, uint256 id)
claim(address to, uint256 proofAmount, uint256 mintAmount, bytes32[] proof) payable
ownerMint(address to, uint256 amount)
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
reveal(string _baseURI)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBools(bool whitelist, bool publicSale)
setOwner(address newOwner)
setRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claim(address indexed to, uint256 amount)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Mint(address indexed to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name, string symbol, address[] payees, uint256[] shares)
receive()
AllowlistSaleNotStarted()
AlreadyClaimed()
MintExceedsMaxSupply()
NotInMerkle()
NotOwner()
PaymentNotCorrect()
PublicSaleNotStarted()
TooManyMintsPerTransaction()