Planets
Verified contract
Active on
Ethereum with 49,795 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ab2…c948
0xd0a0…d493
1 additional
variable
Balances ($3,994,084.22)
Native
Value
$3,994,084.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.111747K | $3,592.62 |
$3,994,084.22 | |
YGG | ERC-20 | 829.263202 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288827 | an hour ago | | | 0 | 0.00060242860 | |
| 21278371 | 2 days ago | | | 0 | 0.00021195349 | |
| 21278134 | 2 days ago | | | 0 | 0.00042726622 | |
| 21275473 | 2 days ago | | | 0 | 0.00061238749 | |
| 21271182 | 3 days ago | | | 0 | 0.00034630053 | |
| 21271045 | 3 days ago | | | 0 | 0.00030035644 | |
| 21271044 | 3 days ago | | | 0 | 0.00027913138 | |
| 21271043 | 3 days ago | | | 0 | 0.00030762645 | |
| 21271042 | 3 days ago | | | 0 | 0.00031140707 | |
| 21271041 | 3 days ago | | | 0 | 0.00031249759 |
ABI
ABI objects
Getter at block 21289150 totalSupplyAll() view returns (uint256[])
burnWindowOpens() view returns (uint256)
1634324400
claimWindowCloses() view returns (uint256)
1637856600
claimWindowOpens() view returns (uint256)
1637250600
comicContract() view returns (address)
0x5ab21ec0bfa0b29545230395e3adaca7d552c948
daoBurnWindowOpens() view returns (uint256)
1634317200
founderDAOContract() view returns (address)
0xd0a07a76746707f6d6d36d9d5897b14a8e9ed493
name() view returns (string)
Planets
name_() view returns (string)
Planets
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
purchaseWindowOpens() view returns (uint256)
1634152059
symbol() view returns (string)
PLANET
symbol_() view returns (string)
PLANET
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
planets(uint256) view returns (uint256 mintPrice, uint256 maxSupply, uint256 maxPurchaseSupply, uint256 maxPurchaseTx, uint256 purchased, string ipfsMetadataHash, bytes32 merkleRoot)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addPlanet(bytes32 _merkleRoot, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxPurchaseSupply, uint256 _maxPurchaseTx, string _ipfsMetadataHash)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnComicForMoon(uint256[] tokenIds)
claim(uint256 amount, uint256 planetId, uint256 index, uint256 maxAmount, bytes32[] merkleProof)
closeBurn()
closeClaim(uint256[] planetIds)
closeSale(uint256[] planetIds)
editPlanet(bytes32 _merkleRoot, uint256 _mintPrice, uint256 _maxPurchaseSupply, uint256 _maxPurchaseTx, string _ipfsMetadataHash, uint256 _planetIndex)
editWindows(uint256 _purchaseWindowOpens, uint256 _daoBurnWindowOpens, uint256 _burnWindowOpens, uint256 _claimWindowOpens, uint256 _claimWindowCloses)
mint(uint256 planetID, uint256 amount, address to)
pause()
purchase(uint256 planetID, uint256 amount) payable
release(address account)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 indexed index, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReleased(address to, uint256 amount)
Purchased(uint256 indexed index, address indexed account, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, address _comicContract, address _founderDAOContract, address[] payees, uint256[] shares_)
This contract contains no fallback and receive objects.
This contract contains no error objects.