Legends On The Block
Verified contract
Active on
Ethereum with 1,791 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 "Legends On The Block"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20469412 | 3 months ago | | | 0 | 0.000052844895 | |
| 20388979 | 4 months ago | | | 0 | 0.00013013317 | |
| 16411269 | 2 years ago | | | 0 | 0.00077912986 | |
| 15876189 | 2 years ago | | | 0 | 0.0010067664 | |
| 15874249 | 2 years ago | | | 0 | 0.00034928689 | |
| 15874249 | 2 years ago | | | 0 | 0.00034928689 | |
| 15836781 | 2 years ago | | | 0 | 0.00051321600 | |
| 15836258 | 2 years ago | | | 0 | 0.00060401911 | |
| 15836208 | 2 years ago | | | 0 | 0.00045858347 | |
| 15836120 | 2 years ago | | | 0 | 0.00045222366 |
ABI
ABI objects
Getter at block 21194640
MAX_PER_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
1230
baseTokenURI() view returns (string)
ipfs://QmZsBBJLwqUjTGFZE1FpBxq1GfXq7xU1y326tdoMYEcGYf/
name() view returns (string)
Legends On The Block
owner() view returns (address)
0x25dce9f71aa7a0cf52280185fad88095748981e2
price() view returns (uint256)
44200000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LOTB
totalSupply() view returns (uint256)
1230
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeMintDone(address wAddress) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintNft(uint256 _count) payable
renounceOwnership()
reserveNfts(uint256 _count, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setSaleState(bool _activeState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 _newPrice)
withdraw()
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.