DeedsWorld
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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
11 additional
variables
Balances ($0.00)
No balances found for "DeedsWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DeedsWorld"
ABI
ABI objects
Getter at block 21205564
MAX_MINTS() view returns (uint256)
10
artistAddress() view returns (address)
0x0000000000000000000000000000000000000000
deedsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
expiration() view returns (uint256)
0
gameStarted() view returns (bool)
false
getPrice() view returns (uint256)
0
masterAddress() view returns (address)
0x0000000000000000000000000000000000000000
mintMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
numberSupplyAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleActive() view returns (bool)
false
priceRate() view returns (uint256)
0
rate() view returns (uint256)
0
saleActive() view returns (bool)
false
stardustTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
startPrice() view returns (uint256)
0
startingBlock() view returns (uint256)
0
totalMintedTerritories() view returns (uint256)
0
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.