Leisure Creatures
Verified contract
Active on
Ethereum with 778 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($2,155.61)
Native
Value
$2,155.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.67902 | $3,174.59 |
$2,155.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21040214 | 25 days ago | | | 0 | 0.00024959178 | |
| 20637616 | 3 months ago | | | 0 | 0.000026661800 | |
| 20637615 | 3 months ago | | | 0 | 0.000024322000 | |
| 18931552 | 10 months ago | | | 0 | 0.00055622771 | |
| 18866115 | a year ago | | | 0 | 0.00058742171 | |
| 18773978 | a year ago | | | 0 | 0.0020889901 | |
| 18488448 | a year ago | | | 0 | 0.00081661228 | |
| 18475031 | a year ago | | | 0 | 0.00078848904 | |
| 18345391 | a year ago | | | 0 | 0.00023031021 | |
| 17832233 | a year ago | | | 0 | 0.00060789906 |
ABI
ABI objects
Getter at block 21215887
MAX_SUPPLY() view returns (uint256)
4567
MAX_TOKENS_PER_TRANSACTION() view returns (uint256)
10
PRICE() view returns (uint256)
80000000000000000
WL_MAX_TOKENS_PER_ADDRESS() view returns (uint256)
4
_baseTokenSuffix() view returns (string)
.json
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmSCqUwuQns6aowBxHhqMa2XAfeQMufpWKRghws1qvCHLN/
_isPresale() view returns (bool)
false
_paused() view returns (bool)
false
_presaleRoot() view returns (bytes32)
0x79b332f13113fd0c8b1d4b79e4894324a07cafc314ac01ee068e631e725439e0
name() view returns (string)
Leisure Creatures
next() view returns (uint256)
1000
owner() view returns (address)
0x4d8c734699782b11ec4f5cec3dd3eca54f2c21fa
symbol() view returns (string)
LEISURE
totalReleased() view returns (uint256)
49340980000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
crossmint(address to, uint256 _count) payable
mint(uint256 _count) payable
mintTo(uint256[] quantity, address[] recipient) payable
presaleMint(uint256 _count, bytes32[] _proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMaxMintAmount(uint256 _newMaxTokensPerTransaction)
setMaxSupply(uint256 _newMaxSupply)
setPrice(uint256 _newPrice)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePause(bool _updatePaused)
updatePresale(bool _updatePresale)
updateRoot(bytes32 _root)
updateRoyaltyAddress(address royaltyAddress)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.