LilGiblisNFT
Verified contract
Active on
Ethereum with 2,051 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.67)
Native
Value
$3.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,671.33 |
$3.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19112904 | 10 months ago | | | 0 | 0.0010174466 | |
| 17526050 | a year ago | | | 0 | 0.00062589941 | |
| 16670382 | 2 years ago | | | 0 | 0.0023447620 | |
| 16631525 | 2 years ago | | | 0 | 0.0017171623 | |
| 16586402 | 2 years ago | | | 0 | 0.0014759413 | |
| 16278291 | 2 years ago | | | 0 | 0.00077127858 | |
| 15653403 | 2 years ago | | | 0 | 0.00034007734 | |
| 15613098 | 2 years ago | | | 0 | 0.00057725283 | |
| 15322164 | 2 years ago | | | 0 | 0.0014424318 | |
| 15266955 | 2 years ago | | | 0 | 0.00071781491 |
ABI
ABI objects
Getter at block 21312362
MAX_SUPPLY() view returns (uint256)
5000
baseTokenURI() view returns (string)
ipfs://QmRBHcJaSxEwWMJ8HhZxPUZwzxN31YbRthJBiqnwdoToZm/
isSaleActive() view returns (bool)
true
name() view returns (string)
LilGiblisNFT
owner() view returns (address)
0xf5a860ff47362613793b0cbed51bde679de538f3
symbol() view returns (string)
LGNFT
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mintNFTs(uint256 _count) payable
pauseSale()
renounceOwnership()
reserveNFT()
reserveTwentyFiveNFTs()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
startSale()
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.