Lil Devils
Verified contract
Active on
Ethereum with 632 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 "Lil Devils"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17202317 | 2 years ago | | | 0 | 0.0077837074 | |
| 16939721 | 2 years ago | | | 0 | 0.00086939899 | |
| 16588731 | 2 years ago | | | 0 | 0.0012151360 | |
| 16307241 | 2 years ago | | | 0 | 0.00078360331 | |
| 16295606 | 2 years ago | | | 0 | 0.00068665992 | |
| 16295529 | 2 years ago | | | 0 | 0.00069457947 | |
| 16155990 | 2 years ago | | | 0 | 0.00068475450 | |
| 15893007 | 2 years ago | | | 0 | 0.00067761693 | |
| 15710118 | 2 years ago | | | 0 | 0.00085784183 | |
| 15604943 | 2 years ago | | | 0 | 0.00042083616 |
ABI
ABI objects
Getter at block 21209068
baseURI() view returns (string)
https://cutieverse.mypinata.cloud/ipfs/QmYMemfgmkXpYjoaTicLrUVN7MjK6Nk6UAUcYaWA6i55MC/
contractURI() view returns (string)
https://cutieverse.mypinata.cloud/ipfs/QmVqNfAPSdkdben22UA9UebbQ2mBWvh5RGbw1mrjCP9Ky4
maxBuyTokensAmountPerTime() view returns (uint16)
15
maxTotalSupply() view returns (uint16)
6666
name() view returns (string)
Lil Devils
owner() view returns (address)
0x078b850fbb0f9a3ff676613f8652ab6a01b6b189
pendingWithdrawal() view returns (uint256)
0
presaleAmount() view returns (uint16)
665
presalePrice() view returns (uint256)
10000000000000000
salePrice() view returns (uint256)
30000000000000000
stage() view returns (uint8)
2
symbol() view returns (string)
DVLS
timestamp() view returns (uint64)
1631455200
totalSupply() view returns (uint256)
1122
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) view returns (uint16[] _tokensIDs)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyToken(address _to) payable returns (uint16)
buyTokens(address _to, uint16 _amount) payable returns (uint16)
increaseMaxTotalSupply(uint16 _maxTotalSupply)
mintToken(address _to) returns (uint16)
mintTokens(address _to, uint16 _amount) returns (uint16)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _contractURI)
setMaxBuyTokensAmountPerTime(uint16 _maxBuyTokensAmountPerTime)
setPresalePrice(uint256 _presalePrice)
setSalePrice(uint256 _salePrice)
setStubURI(string _stubUri)
setTimestamp(uint64 _newTimestamp)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, string _stubURI, string _contractUri, uint64 _timestamp, uint16 _maxTotalSupply, uint16 _maxBuyTokensAmountPerTime, uint256 _presalePrice, uint256 _salePrice, address _proxyRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.