InscribedFelines
Verified contract
Active on
Ethereum with 4,635 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa10c…296d
0x833f…2f0a
0xf07c…43a1
Balances ($0.00)
No balances found for "InscribedFelines"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619662 | 2 months ago | | | 0 | 0.000049774260 | |
| 20619653 | 2 months ago | | | 0 | 0.000050148720 | |
| 20619650 | 2 months ago | | | 0 | 0.000051169800 | |
| 20619648 | 2 months ago | | | 0 | 0.000051103800 | |
| 20618964 | 2 months ago | | | 0 | 0.000041986710 | |
| 20618960 | 2 months ago | | | 0 | 0.000065827260 | |
| 20102426 | 5 months ago | | | 0 | 0.00016220526 | |
| 19952430 | 5 months ago | | | 0 | 0.00015710959 | |
| 18896585 | 10 months ago | | | 0 | 0.00030825738 | |
| 18852641 | 10 months ago | | | 0 | 0.00092805543 |
ABI
ABI objects
Getter at block 21119419
activity() view returns (bool)
true
collectionSize() view returns (uint256)
1000
currentTokenId() view returns (uint256)
1000
getNextTokenId() view returns (uint256)
1001
maxBatchSize() view returns (uint256)
1
name() view returns (string)
InscribedFelines
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa9ee2878c0e16ff7a34e2bbbc709707ca5feffde
receiverOne() view returns (address)
0xa10ca941360db2bff9b4b945d9d4204a049a296d
receiverThree() view returns (address)
0xf07c990e0b972af84496abf6bef8b0e2dc5b43a1
receiverTwo() view returns (address)
0x833f70a72a770b46170ace2521bceb646d7a2f0a
symbol() view returns (string)
FELS
totalSupply() view returns (uint256)
964
Read-only
balanceOf(address owner) view returns (uint256)
checkUserNfts(address user) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(address account) 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 approve(address to, uint256 tokenId)
batchApprove(address to, uint256[] tokenIds)
burn(uint256 tokenId, string accountBTC) returns (bool)
changeActivityState() returns (bool)
mint() payable returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 tokenId, string accountBTC)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address receiverOne_, address receiverTwo_, address receiverThree_)
This contract contains no fallback and receive objects.
ActivityOff()
AlreadyMinted()
InsufficientPayment()
NoEOA()
NoETH()
SummonExceedsMaxSupply()