LeoStudio VIP

Verified contract

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

No balances found for "LeoStudio VIP"

0xa726eafbad23c1b672221cbd29935598fd7fe5e3c2f23b5d13496ff3e37af197
0xcc8c79529495d50a8cb08a4f471f7768a9b603306030d9b2fca0d015ee882bcf
From
0x6df9068d7d75f9af5ffae3ce93602356ce1b763d2a247d8d24df4b233df99380
0xf6d7db1e4ab0ad4e99e882a9d6f2cd4cea78d6daf01c92b19a7bdb51dc8425da
0x0072826ebc5777ed99af5b8ffb261dc809204b40161d9609f1ae25853c6ee53c
0x3d8c6e73641665cf4ff84f0d55f5bc645b9e00b8c8abe4f4f7e30740f10e63d5
0x20463d6626f04830f6d3c8d915ba0ce5f84aa3db02d96630696a93577e7150a3
0xaedb7bc2bbb9013f6830a9ebcb78b282aada3f60a462c4f1a9898ddbf762e4ce
0x41e87046ae455a47b9533334858657f6598d6b8464a458341900038dee7ceeb0
0x7262f24e6ba76775b3ec0790d174bf23fa7ddb4db53ab780eb383421f1898a6f

Functions
Getter at block 21258562
isSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
2222
name(view returns (string)
LeoStudio VIP
owner(view returns (address)
0x272422f38181f3887da85a7c886619a83ba9feee
paused(view returns (bool)
false
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
LSVIP
totalMinted(view returns (uint256)
2222
totalSupply(view returns (uint256)
2222
uriPrefix(view returns (string)
https://leostudio.io/nft/metadata/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getProhibitStatus(uint256 _tokenIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
allowTransfer(uint256 _tokenId
approve(address touint256 tokenIdpayable 
burn(uint256 _tokenId
gift(address _receiveruint256 _mintAmount
mint(bytes32 _messageHashbytes _signatureuint256 _mintAmountuint256 _maxAllowedMintspayable 
pause(
prohibitTransfer(uint256 _tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 _maxSupply
setMintPrice(uint256 _newMintPrice
setSaleState(bool _saleActiveState
setSignerAddress(address _signerAddress
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdrawAll(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProhibitTransfer(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(