Libes Winner NFT

Verified contract

Active on Ethereum with 8 txns
Deployed by via 0xd12bbc0c at 17526674
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Libes Winner NFT"

0x1ff5fa378ae046addbf5b38d59a5d38f4fcd06c3a2afc01e197baadc417b9888
0x6f7d389aeca36b0f90c7d06f8bc638fd9cb08c3f6abcd34f55117093674173bb
0x9cc29f42e59c531cd27e00d3699877720d5bf7fe54069aeb707caad6391a1ab7
0x8bd89a0991e7af51d6a8d547448f90a85d1a084429e489e21bc68fdf5289e356
0x3d1b59051b1735965b7e3d042846204b09ef241e1e2c4fe59d49eb90e591a9ff
0x26985e171c4868b345eb7e7db8d6e165f683c4567f4de3eb2e93e4729651872c
0xde32741c869de6ed03bf8936af21ed4b487c997dc1f79f9942ca596b8e992552
0x1c5ef708dd7f0f71440d5ea02b77934580fd07ca6cc9209a1143585ac22506e7

Functions
Getter at block 21394322
baseURI(view returns (string)
https://prod-api.libes.io/api/v1/nft-winner/metadata/
name(view returns (string)
Libes Winner NFT
 
nextTokenId(view returns (uint256)
owner(view returns (address)
0x1b660061a43c255c2f7397cca2af069967acf969
symbol(view returns (string)
LbWIN
 
totalBurned(view returns (uint256)
 
totalMinted(view returns (uint256)
totalSupply(view returns (uint256)
6
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getOwnershipAt(uint256 indexview returns (struct IERC721ATokenOwnership)
getOwnershipOf(uint256 indexview returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
lock(uint256view returns (bool)
numberBurned(address ownerview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
prices(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
toString(uint256 xpure returns (string)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
values(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
burn(uint256 tokenIdbool approvalCheck
initializeOwnershipAt(uint256 index
mintReward(address winnerAddressuint256 quantityuint256 valueuint256 price
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MintReward(address winnerAddressuint256 quantityuint256 valueuint256 price
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(