Familiars (for Adventurers)
Verified contract
Active on
Ethereum with 231 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 "Familiars (for Adventurers)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18381293 | a year ago | | | 0 | 0.00015698016 | |
| 16693972 | 2 years ago | | | 0 | 0.00086480123 | |
| 16252419 | 2 years ago | | | 0 | 0.0012969934 | |
| 15086578 | 2 years ago | | | 0 | 0.00043083649 | |
| 14994785 | 2 years ago | | | 0 | 0.00057699342 | |
| 14222953 | 3 years ago | | | 0 | 0.0022067612 | |
| 14216936 | 3 years ago | | | 0 | 0.0018672881 | |
| 14214049 | 3 years ago | | | 0 | 0.0067561833 | |
| 14158213 | 3 years ago | | | 0 | 0.0033940527 | |
| 13990665 | 3 years ago | | | 0 | 0.010652927 |
ABI
ABI objects
Getter at block 21395993
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://ipfs.io/ipfs/Qmdcjd2Nm1w8eCfHGaY2hJBMV3ZLYBWKXu3YYu6gZbkXKG/
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
Familiars (for Adventurers)
owner() view returns (address)
0x15ae0aed746bfdaaffc2332ec0c0403fc9837e7b
privateSale() view returns (bool)
true
publicPrice() view returns (uint256)
300000000000000000
publicSaleOwnerRewards() view returns (uint256)
200000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
LootFamiliars
totalSupply() view returns (uint256)
336
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAnythingClaimable(address owner) view returns (bool)
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 airdrop(uint256[] lootIds)
approve(address to, uint256 tokenId)
claimAllForOwner()
endPrivateSale()
flipSaleState()
mint(uint256 lootId) payable
mintWithLoot(uint256 lootId)
multiMint(uint256[] lootIds) payable
multiMintWithLoot(uint256[] lootIds)
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)
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.