Islands
Verified contract
Active on
Ethereum with 1,238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe931…4e5c
Balances ($0.00)
No balances found for "Islands"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294287 | 14 days ago | | | 0 | 0.00072367928 | |
| 18714884 | a year ago | | | 0 | 0.0021646321 | |
| 16953020 | 2 years ago | | | 0 | 0.0022820772 | |
| 16782308 | 2 years ago | | | 0 | 0.0019448062 | |
| 16782304 | 2 years ago | | | 0 | 0.0016778499 | |
| 16782298 | 2 years ago | | | 0 | 0.0022136071 | |
| 16618763 | 2 years ago | | | 0 | 0.0013706606 | |
| 16535195 | 2 years ago | | | 0 | 0.0018528531 | |
| 16204185 | 2 years ago | | | 0 | 0.00066611176 | |
| 16192800 | 2 years ago | | | 0 | 0.00086802651 |
ABI
ABI objects
Getter at block 21395934
helperContract() view returns (address)
0xe93116e11c5005ade66fc01f9894320b11d54e5c
name() view returns (string)
Islands
owner() view returns (address)
0x89324327750e10a040a05e5286a5fb66a9ba71c4
symbol() view returns (string)
ILND
totalSupply() view returns (uint256)
1117
Read-only
balanceOf(address owner) view returns (uint256)
climates(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getIslandInfo(uint256 tokenId) view returns (struct IslandsIsland)
getPopulationPerSqMi(uint256 tokenId) pure returns (uint32)
getRandomNumber(bytes seed, uint256 maxValue) pure returns (uint256)
getTaxIncome(uint256 tokenId) view returns (address, uint256)
getTokenIdToAttributes(uint256 tokenId) view returns (struct IslandsAttributes)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
populationEditors(address) view returns (bool)
resources(uint256) view returns (string)
resourcesToTokenContracts(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
terrains(uint256) view returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToAttributes(uint256) view returns (uint8 resource, uint8 climate, uint8 terrain, uint8 taxRate, uint32 area, uint32 population)
tokenIdToLastHarvest(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPopulationEditor(address newPopulationEditor)
approve(address to, uint256 tokenId)
harvest(uint256 tokenId)
mint(uint256 tokenId)
removePopulationEditor(address newPopulationEditor)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHelperContract(address helperContract_)
setPopulation(uint256 tokenId, uint32 population)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address fishToken, address woodToken, address ironToken, address silverToken, address pearlToken, address oilToken, address diamondToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.