Line Gardens
Verified contract
Active on
Ethereum with 1,022 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 "Line Gardens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20154846 | 5 months ago | | | 0 | 0.00016419515 | |
| 19588022 | 8 months ago | | | 0 | 0.00082723833 | |
| 19072607 | 10 months ago | | | 0 | 0.00055119622 | |
| 19060316 | 10 months ago | | | 0 | 0.00047455181 | |
| 18897006 | a year ago | | | 0 | 0.00054734404 | |
| 18870933 | a year ago | | | 0 | 0.0017619666 | |
| 18461361 | a year ago | | | 0 | 0.00029088000 | |
| 18375109 | a year ago | | | 0 | 0.00028486916 | |
| 17445985 | a year ago | | | 0 | 0.00080801468 | |
| 17330591 | 2 years ago | | | 0 | 0.0024265826 |
ABI
ABI objects
Getter at block 21294883
MAX_SUPPLY() view returns (uint256)
365
name() view returns (string)
Line Gardens
owner() view returns (address)
0x1a9a4932f36b3641f5f63e98f77f8a1f28d85dad
saleIsActive() view returns (bool)
true
symbol() view returns (string)
KGLG
totalSupply() view returns (uint256)
365
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.