ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,870 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
15 additional
variables
Balances ($62.15)
Native
Value
$62.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,107.66 |
$62.15 | |
Stardust | ERC-20 | 4M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19731401 | 7 months ago | | | 0 | 0.00083871254 | |
| 19731393 | 7 months ago | | | 0 | 0.00084664223 | |
| 18936046 | 10 months ago | | | 0 | 0.00065627556 | |
| 18465682 | a year ago | | | 0 | 0.0020002695 | |
| 18295248 | a year ago | | | 0.02 | 0.00043823000 | |
| 18242233 | a year ago | | | 0 | 0.00059346262 | |
| 18242224 | a year ago | | | 0 | 0.00054401878 | |
| 18221891 | a year ago | | | 0 | 0.00057154268 | |
| 17996329 | a year ago | | | 0 | 0.00034229939 | |
| 17994873 | a year ago | | | 0 | 0.00061718357 |
ABI
ABI objects
Getter at block 21205564
MAX_MINTS() view returns (uint256)
10
artistAddress() view returns (address)
0x178df27cbb4e329a42aabb0596a9fc75b3afdbfd
deedsMerkleRoot() view returns (bytes32)
0x14a12e8b8902f0e5ca1ae3feb4eea91cedfc29c5a095e3efd58012e15bd992f1
expiration() view returns (uint256)
0
gameStarted() view returns (bool)
false
getPrice() view returns (uint256)
20000000000000000
masterAddress() view returns (address)
0xf9c0184fbe6d18710b5e6ad2312c94366e930f03
mintMerkleRoot() view returns (bytes32)
0x1937c71f52b75e46e5bdf0f10f5fdcd1e437219c2383c23501cfe7d602896caf
numberSupplyAddress() view returns (address)
0x40e87e8e8a7594e14e71381910556358b7d6cfa5
owner() view returns (address)
0x178df27cbb4e329a42aabb0596a9fc75b3afdbfd
presaleActive() view returns (bool)
false
priceRate() view returns (uint256)
20000000000000000
rate() view returns (uint256)
135000000000000
saleActive() view returns (bool)
true
stardustTokenAddress() view returns (address)
0x2df79d4549d7c397da3415bffed898f6312f503b
startPrice() view returns (uint256)
0
startingBlock() view returns (uint256)
0
totalMintedTerritories() view returns (uint256)
1871
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
calculateRewardForToken(address tokenOwner, uint256 tokenId) view returns (uint256)
checkMerkleProof(uint256[] deedsIndices, bytes32[] _proof) view returns (bool)
collectedRewards(address) view returns (uint256)
countryPoints(uint256) view returns (uint256)
getRateForToken(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
lastRewardBlocks(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
usedPreMints(address) view returns (uint256)
State-modifying
Events claimRewards(uint256[] ids)
initialize(address _masterAddress, address _stardustTokenAddress)
masterMint(address mintTo, uint256, uint8)
mint(uint256 _nbTokens) payable
preMint(bytes32[] _proof)
putTogether(uint256[] deedsIndices, bytes32[] _proof)
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)
setArtist(address _artistAddress)
setDeedsMerkleRoot(bytes32 root)
setMintMerkleRoot(bytes32 root)
setNumberSupplyAddress(address numberSupply)
setPriceRate(uint256 _priceRate)
setRate(uint256 _rate)
setStardustTokenAddress(address _stardustTokenAddress)
setStartPrice(uint256 _startPrice)
setURI(string newuri)
startGame()
togglePresaleActive()
toggleSaleActive()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.