Etherland
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "Etherland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Etherland"
ABI
ABI objects
Getter at block 21245765 getRelinquishmentToken() view returns (bytes32 _relinquishmentToken)
cap() view returns (uint256)
0
circulatingSupply() view returns (uint256)
0
decimals() view returns (uint8)
0
initialized() view returns (bool)
false
landRegistryOpened() view returns (bool)
false
landidNftAddress() view returns (address)
0x0000000000000000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
reserve() view returns (address)
0x0000000000000000000000000000000000000000
standalone() view returns (bool)
false
symbol() view returns (string)
team() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
recordRightsOffers(uint256) view returns (uint256)
registryRecordRights(address, uint256) view returns (uint256 time, uint256 tokenId, uint256 right)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] _to, uint256 _value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
closeLandRegistry() returns (bool)
consumeRecordRight(address _owner, uint256 recordIndex, uint256 tokenId) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(string name_, string symbol_, uint8 decimals_, address _owner, address _reserve, address _team)
openLandRegistry() returns (bool)
preRenounceOwnership() returns (bytes32 _relinquishmentToken)
registerLand(uint256 recordIndex) returns (bool)
renounceOwnership(bytes32 _relinquishmentToken)
setLandRegistrationAddress(address _landRegistration) returns (bool)
setLandidNftAddress(address _landidNftAddress) returns (bool)
setRecordRightsOffers(uint256[] _indexedRecordOffers) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
updateCode(address newCode)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.