Feline Fiendz
Verified contract
Active on
Ethereum with 23,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($181.55)
Native
Value
$181.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05685 | $3,193.51 |
$181.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147812 | 2 days ago | | | 0 | 0.00028762772 | |
| 21145185 | 2 days ago | | | 0 | 0.00096458824 | |
| 21144393 | 2 days ago | | | 0 | 0.0011914931 | |
| 21137213 | 3 days ago | | | 0 | 0.00095625281 | |
| 21136649 | 4 days ago | | | 0 | 0.00094386100 | |
| 21133317 | 4 days ago | | | 0 | 0.00088362967 | |
| 21132348 | 4 days ago | | | 0 | 0.00069040496 | |
| 21132321 | 4 days ago | | | 0 | 0.00033893805 | |
| 21123685 | 5 days ago | | | 0 | 0.00078414016 | |
| 21103121 | 8 days ago | | | 0 | 0.000098933000 |
ABI
ABI objects
Getter at block 21161839
MAX_MINT() view returns (uint256)
3
MAX_ORDER() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
7777
PRICE() view returns (uint256)
50000000000000000
burned() view returns (uint256)
883
isMainsaleActive() view returns (bool)
true
isPresaleActive() view returns (bool)
false
name() view returns (string name_)
Feline Fiendz
owner() view returns (address)
0x533b5959149dbedee8a06aaef95a6a8b2b7bfd62
symbol() view returns (string symbol_)
FF
totalReleased() view returns (uint256)
387499999999999999994
totalShares() view returns (uint256)
9847
totalSupply() view returns (uint256 totalSupply_)
6894
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address approver)
isApprovedForAll(address owner, address operator) view returns (bool isApproved)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
owners(address) view returns (uint16 balance, uint16 purchased)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool isSupported)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (address owner)
walletOfOwner(address account) view returns (uint256[] wallet)
State-modifying
Events addPayee(address account, uint256 shares_)
approve(address to, uint256 tokenId)
burnFrom(address account, uint256[] tokenIds)
mint(uint256 quantity, bytes32[] proof) payable
mintTo(address[] recipient, uint256[] quantity) payable
release(address account)
renounceOwnership()
resetCounters()
resurrect(address[] recipient, uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isPresaleActive_, bool isMainsaleActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newPrefix, string _newSuffix)
setConfig(uint256 maxOrder, uint256 maxSupply, uint256 maxMint, uint256 price)
setDelegate(address addr, bool isDelegate_)
setMerkleRoot(bytes32 merkleRoot_)
setPayee(uint256 index, address account, uint256 newShares)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 fromAddress, address indexed toAddress)
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()
fallback()
receive()
This contract contains no error objects.