Flimuri

Verified contract

Active on Ethereum with 5,246 txns
Deployed by via 0xbdc0f8e0 at 14530341
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Flimuri"

0x792aec8ec96c26121a02a1ea2bce508af0fdc6ad6a208ad05a76f968ea14d5fa
From
0x1def53a2df4066d5de1c39d612d39bc4e4cb60fec42a2aa314ea334145616488
0x3e4402236ff9a92bdb43856589904c1942587870b0aa8e8ee1338670ea475a9e
0x4cfe2dcdc3d0d705e7cbdb0a9574baae6c62187dbc56d6582fc0d9854e91b3ed
0x15e1f59d99eb58f8a93e8df0ab8617a9cc23487167420240f89c112c55fe4dad
0x318f1b65378ac249902d2e6825046ad66a85b7d7ae602b2d4729aab469e7923f
0xb7cbd60d7697f69a429184352ff58589b0d4aa4e9f737501199521dee2b10b83
0x92867b2f51ab5e7cb76f5d02cfe59b31c03e2490c024cc5ade9f483a38ae78e5
0x639f82718e623fe597eb804738d57b499f888b9aff625f2c91f587295eefcb27
0x94e4c76d8c05dce672de5bcff25c901551e228fab29345ea78c00c81062da5f9

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
giveawayMint(uint256 _quantity
mint(uint256 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setRoyalty(uint96 _royaltyBasisPoints
transferFrom(address fromaddress touint256 tokenId
transferFunds(
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(