Realms (for Adventurers)
Verified contract
Active on
Ethereum with 12,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Realms (for Adventurers)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260723 | 7 hours ago | | | 0 | 0.00039823580 | |
| 21260476 | 8 hours ago | | | 0 | 0.00037554074 | |
| 21259764 | 10 hours ago | | | 0 | 0.00040816229 | |
| 21258722 | 13 hours ago | | | 0 | 0.00056439228 | |
| 21258644 | 14 hours ago | | | 0 | 0.00049462818 | |
| 21257717 | 17 hours ago | | | 0 | 0.00080174247 | |
| 21257460 | 18 hours ago | | | 0 | 0.00049744024 | |
| 21257212 | 19 hours ago | | | 0 | 0.00049620721 | |
| 21254703 | a day ago | | | 0 | 0.00046537683 | |
| 21254650 | a day ago | | | 0 | 0.00044401471 |
ABI
ABI objects
Getter at block 21262746
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeie6fogyl4pfaj6kg5fnosq76sugoqf7rqkjjojmkj5ywah5es5sne/
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Realms (for Adventurers)
owner() view returns (address)
0xef3155450baa054ffe7950509ce2042613ee6586
privateSale() view returns (bool)
false
publicPrice() view returns (uint256)
100000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LootRealm
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
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)
deposit() payable
endPrivateSale()
flipSaleState()
mint(uint256 lootId) payable
mintWithLoot(uint256 lootId) payable
multiMint(uint256[] lootIds) payable
multiMintWithLoot(uint256[] lootIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLootersPrice(uint256 newPrice)
setProvenance(string prov)
setPublicPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.