Lil Blobs WRLD - Official
Verified contract
Active on
Ethereum with 1,245 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 Blobs WRLD - Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997892 | a month ago | | | 0 | 0.00024222072 | |
| 20171446 | 5 months ago | | | 0 | 0.00018397541 | |
| 19873699 | 6 months ago | | | 0 | 0.00011098964 | |
| 19546074 | 8 months ago | | | 0 | 0.00038100118 | |
| 19523000 | 8 months ago | | | 0 | 0.00097175667 | |
| 18885751 | a year ago | | | 0 | 0.0014237843 | |
| 18874289 | a year ago | | | 0 | 0.00032025264 | |
| 18874282 | a year ago | | | 0 | 0.00062216729 | |
| 18353961 | a year ago | | | 0 | 0.00023264142 | |
| 17656275 | a year ago | | | 0 | 0.00071110965 |
ABI
ABI objects
Getter at block 21268067
LICENSE() view returns (string)
https://www.nftlicense.org
MAX_PRESALE_TOKENS_PER_WALLET() view returns (uint256)
2
MAX_TOKENS() view returns (uint256)
8888
MAX_TOKENS_PER_PUBLIC_MINT() view returns (uint256)
5
PRE_SALE_TOKEN_PRICE() view returns (uint256)
60000000000000000
PROVENANCE() view returns (string)
TOKEN_PRICE() view returns (uint256)
60000000000000000
baseURI() view returns (string)
https://www.lilblobswrld.io/api/tokens/
burnState() view returns (uint256)
0
getBurnCount() view returns (uint256)
0
name() view returns (string)
Lil Blobs WRLD - Official
owner() view returns (address)
0xf6f5b380a7bca55ff0ba4b03f04d7e0dde04e356
saleState() view returns (uint256)
255
stats() view returns (uint256[])
[255, 888, 0, 60000000000000000]
symbol() view returns (string)
Blobs
totalSupply() view returns (uint256)
888
whitelistMerkleRoot() view returns (bytes32)
0xf627b3827b6058dbbd2c6af55531807498c2dc19fd79808e25d56c1990197046
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleRemaining(address _address) view returns (int256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleReservations(address) view returns (int256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _id) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
closeSale()
disableBurn()
enableBurn()
forceMint(address[] _addresses)
mint(uint256 _numTokens) payable
openPreSale()
openPublicSale()
presaleMint(uint256 _numTokens, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
selfBurn(uint256 tokenId)
selfMint(uint256 _numTokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setLicense(string _license)
setMaxPresaleToken(uint256 _amount)
setMaxToken(uint256 _maxToken)
setPresaleReservations(address[] _addresses, int256 _numTokens)
setProvenance(string _provenance)
setVaultAddress(address addr)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LicenseSet(string _license)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleOpened()
ProvenanceSet(string _provenance)
PublicSaleOpened()
SaleClosed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.