Familiars (for Adventurers)
Verified contract
Active on
Ethereum with 496 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 ($68.96)
Native
Value
$68.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,447.79 |
$68.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19572371 | 8 months ago | | | 0 | 0.00096971700 | |
| 17164153 | 2 years ago | | | 0 | 0.0026361930 | |
| 16848484 | 2 years ago | | | 0 | 0.0010372745 | |
| 16645998 | 2 years ago | | | 0 | 0.0012633131 | |
| 16590029 | 2 years ago | | | 0 | 0.0033093438 | |
| 16300295 | 2 years ago | | | 0 | 0.00088574970 | |
| 16297317 | 2 years ago | | | 0 | 0.00056586953 | |
| 16261532 | 2 years ago | | | 0 | 0.00063177729 | |
| 15725163 | 2 years ago | | | 0 | 0.0010755413 | |
| 15464509 | 2 years ago | | | 0 | 0.00032609572 |
ABI
ABI objects
Getter at block 21268459
PROVENANCE() view returns (string)
baseURI() view returns (string)
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Familiars (for Adventurers)
owner() view returns (address)
0x4a2f04b8ecbfb8e044ae57598a3f777149ae49d3
privateSale() view returns (bool)
true
publicPrice() view returns (uint256)
20000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
Fam
totalSupply() view returns (uint256)
554
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClothing(uint256 tokenId) view returns (string)
getColor(uint256 tokenId) view returns (string)
getCuteness(uint256 tokenId) pure returns (string)
getHealth(uint256 tokenId) pure returns (string)
getLevel(uint256 tokenId) pure returns (string)
getMagic(uint256 tokenId) pure returns (string)
getSpecies(uint256 tokenId) view returns (string)
getWeapon(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
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.