Moonshot
Verified contract
Active on
Ethereum with 4,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,219.44)
Native
Value
$5,440.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.577864 | $3,448.05 |
$5,440.55 | |
WETH | ERC-20 | 4.871014 | $3,444.64 |
$16,778.89 | |
BLOCKS | ERC-20 | 100 | -- | -- | |
ERC-20 | 0.12345 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264966 | 12 hours ago | | | 0 | 0.00047102903 | |
| 21229794 | 5 days ago | | | 0 | 0.00075442909 | |
| 21225697 | 6 days ago | | | 0 | 0.00047552991 | |
| 21224550 | 6 days ago | | | 0 | 0.0011628606 | |
| 21203964 | 9 days ago | | | 0 | 0.00049678094 | |
| 21180316 | 12 days ago | | | 0 | 0.0036765542 | |
| 21165171 | 14 days ago | | | 0 | 0.0013008214 | |
| 21152974 | 16 days ago | | | 0 | 0.00058473576 | |
| 21115618 | 21 days ago | | | 0 | 0.00059286711 | |
| 21094943 | 24 days ago | | | 0 | 0.00036074151 |
ABI
ABI objects
Getter at block 21268450
ALLOWLIST_MINT_PRICE() view returns (uint256)
45000000000000000
MAX_MINT_COUNT() view returns (uint256)
10
MAX_TOTAL_SUPPLY() view returns (uint256)
2500
MINT_PRICE() view returns (uint256)
50000000000000000
allowBurn() view returns (bool)
false
baseTokenURI() view returns (string)
ipfs://QmcfM43Q24sygM2yLrVytU59n2QLvHGcPwSEKzWLB6R9Qd/
freeMintRoot() view returns (bytes32)
0x5ed2f2633e09082cf139a2161ba8f32b8d9418496fdd66e0c65141f4df7fc2e7
maxWLMintCount() view returns (uint256)
20
mintPhase() view returns (uint256)
2
name() view returns (string)
Moonshot
owner() view returns (address)
0x6c0425869e7d549135d8c0e5ea5ecdebb4a448f0
symbol() view returns (string)
MOON
totalReleased() view returns (uint256)
133567717893863375000
totalShares() view returns (uint256)
1000000
totalSupply() view returns (uint256)
2500
wlRoot() view returns (bytes32)
0x63d16c0353fb8863838effc18eb40f0b633c2f32715e34fe26d5ffa239f9d4f6
Read-only
addressMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) 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 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
changeMintPhase(uint256 _newPhase)
mint(uint256 _amount) payable
mintAllowList(uint256 _amount, bytes32[] _proof) payable
mintFreeMintList(bytes32[] _proof)
ownerMint(uint256 _amount, address _recipient)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setFreeMintMerkleRoot(bytes32 _freeMintMerkleroot)
setWLCap(uint256 _newCap)
setWLMerkleRoot(bytes32 _WLmerkleroot)
toggleAllowBurn()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
MintPhaseChanged(address _from, uint256 newPhase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SetBaseURI(address _from)
ToggleAllowBurn(bool isAllowed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address _from, address _to, uint256 amount)
constructor(string _baseUri, bytes32 _WLmerkleroot, bytes32 _freeMintMerkleroot, address[] _payees, uint256[] _shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()