Flimuri
Verified contract
Active on
Ethereum with 5,246 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 "Flimuri"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17620733 | a year ago | | | 0 | 0.00057763902 | |
| 17549172 | a year ago | | | 0 | 0.00030919299 | |
| 17547023 | a year ago | | | 0 | 0.00031723683 | |
| 17108469 | 2 years ago | | | 0 | 0.0017658537 | |
| 17108469 | 2 years ago | | | 0 | 0.0017635575 | |
| 17041274 | 2 years ago | | | 0 | 0.00063607053 | |
| 17035474 | 2 years ago | | | 0 | 0.0010582122 | |
| 17035473 | 2 years ago | | | 0 | 0.0012460099 | |
| 17035472 | 2 years ago | | | 0 | 0.0011431717 | |
| 17035449 | 2 years ago | | | 0 | 0.0010270755 |
ABI
ABI objects
Getter at block 21162680
MAX_PER_WALLET() view returns (uint8)
3
MAX_SUPPLY() view returns (uint16)
10000
name() view returns (string)
Flimuri
owner() view returns (address)
0x59fc2a292523362bf9d2704d2ab61998b57a896f
soldOut() view returns (bool)
true
symbol() view returns (string)
FLIMURI
totalSupply() view returns (uint256)
10000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveawayMint(uint256 _quantity)
mint(uint256 _quantity)
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)
setRoyalty(uint96 _royaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()