Familiars
Verified contract
Active on
Ethereum with 6,431 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 "Familiars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043138 | a month ago | | | 0 | 0.00041390758 | |
| 20855284 | 2 months ago | | | 0 | 0.00033871785 | |
| 20660939 | 3 months ago | | | 0 | 0.000022991034 | |
| 20660712 | 3 months ago | | | 0 | 0.000034216311 | |
| 20567202 | 3 months ago | | | 0 | 0.000085140004 | |
| 20412560 | 4 months ago | | | 0 | 0.00018428464 | |
| 20250071 | 5 months ago | | | 0 | 0.00014140728 | |
| 20150827 | 5 months ago | | | 0 | 0.000093964307 | |
| 19791030 | 7 months ago | | | 0 | 0.00029247862 | |
| 19767640 | 7 months ago | | | 0 | 0.00028616535 |
ABI
ABI objects
Getter at block 21316238
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeif4fuz3sl7q3rvwbltl7dwc7psss7wolfsy3kbrg4txy2fpmgkgmq/
cost() view returns (uint256)
12500000000000000
couponSigner() view returns (address)
0x818eba749c2b52cfd2e8e4da25ec3a5c80e1e759
maxSupply() view returns (uint256)
4444
mintMax() view returns (uint256)
2
name() view returns (string)
Familiars
owner() view returns (address)
0x2e5f3af2d70ab0b85564c196bea0eb50a13051ba
phase() view returns (uint8)
1
symbol() view returns (string)
FMLR
totalReleased() view returns (uint256)
55537500000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
ownerMint(uint256 _amount)
publicMint(uint256 _amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
setCouponSigner(address couponSigner_)
setMaxMint(uint256 _max)
setSalePhase(uint8 _phase)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, struct FamiliarsCoupon _coupon) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares, string _name, string _symbol)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()