Realms of Ether
Verified contract
Active on
Ethereum with 1,886 txns
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 "Realms of Ether"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21343433 | 6 days ago | | | 0 | 0.0014352689 | |
| 21331100 | 8 days ago | | | 0 | 0.0026760869 | |
| 21330034 | 8 days ago | | | 0 | 0.0020095524 | |
| 21308259 | 11 days ago | | | 0 | 0.00082766059 | |
| 21301108 | 12 days ago | | | 0 | 0.00057635338 | |
| 21237114 | 21 days ago | | | 0 | 0.0011900253 | |
| 21217093 | 24 days ago | | | 0 | 0.0013512380 | |
| 21117236 | a month ago | | | 0 | 0.00074604901 | |
| 21086514 | a month ago | | | 0 | 0.00067102912 | |
| 21072997 | a month ago | | | 0 | 0.0013650670 |
ABI
ABI objects
Getter at block 21388148
fortresses() view returns (address)
0x0716d44d5991b15256a2de5769e1376d569bba7c
name() view returns (string)
Realms of Ether
symbol() view returns (string)
REALM
totalSupply() view returns (uint256)
389
Read-only
balanceOf(address owner) view returns (uint256)
claimed(bytes32) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimFortress(bytes32 fortressHash)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unwrap(uint256 tokenId)
wrap(bytes32 fortressHash)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.