Mounts (for Adventurers)
Verified contract
Active on
Ethereum with 543 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
2 additional
variables
Balances ($73.49)
Native
Value
$73.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,674.65 |
$73.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236870 | 13 days ago | | | 0 | 0.00072416480 | |
| 19578977 | 8 months ago | | | 0 | 0.00078687900 | |
| 16971924 | 2 years ago | | | 0 | 0.00095168093 | |
| 16787090 | 2 years ago | | | 0 | 0.0013671900 | |
| 16693973 | 2 years ago | | | 0 | 0.00087668737 | |
| 16309738 | 2 years ago | | | 0 | 0.00071082912 | |
| 16309693 | 2 years ago | | | 0 | 0.00086551158 | |
| 16043908 | 2 years ago | | | 0 | 0.00029930983 | |
| 15846065 | 2 years ago | | | 0 | 0.00025001862 | |
| 15086569 | 2 years ago | | | 0 | 0.00041902999 |
ABI
ABI objects
Getter at block 21326565
PROVENANCE() view returns (string)
baseURI() view returns (string)
currentSupply() view returns (uint256)
450
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
10000000000000000
maxSupply() view returns (uint256)
8000
name() view returns (string)
Mounts (for Adventurers)
owner() view returns (address)
0x8ce045febf4772070f1e983241763306889d14d3
publicPrice() view returns (uint256)
20000000000000000
symbol() view returns (string)
MOUNT
totalSupply() view returns (uint256)
450
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCreature(uint256 tokenId) view returns (string)
getEquipment(uint256 tokenId) view returns (string)
getFullDescription(uint256 tokenId) view returns (string)
getInventory(uint256 tokenId) view returns (string)
getSaddle(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
random(string input) pure returns (uint256)
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
mint() payable
mintWithLoot(uint256 lootId) 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.