LeoStudio VIP
Verified contract
Active on
Ethereum with 4,734 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 "LeoStudio VIP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848885 | 2 months ago | | | 0 | 0.00034660045 | |
| 20839814 | 2 months ago | | | 0 | 0.00049728553 | |
| 20657342 | 3 months ago | | | 0 | 0.000035177080 | |
| 20523898 | 3 months ago | | | 0 | 0.000047208753 | |
| 20521003 | 3 months ago | | | 0 | 0.00016101643 | |
| 20382503 | 4 months ago | | | 0 | 0.00016016848 | |
| 19886994 | 6 months ago | | | 0 | 0.00022114769 | |
| 19877344 | 6 months ago | | | 0 | 0.00078755456 | |
| 18851601 | a year ago | | | 0 | 0.00044369654 | |
| 18555597 | a year ago | | | 0 | 0.00057544296 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getProhibitStatus(uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events allowTransfer(uint256 _tokenId)
approve(address to, uint256 tokenId) payable
burn(uint256 _tokenId)
gift(address _receiver, uint256 _mintAmount)
mint(bytes32 _messageHash, bytes _signature, uint256 _mintAmount, uint256 _maxAllowedMints) payable
pause()
prohibitTransfer(uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _newMintPrice)
setSaleState(bool _saleActiveState)
setSignerAddress(address _signerAddress)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProhibitTransfer()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()