Chronos Dot
Verified contract
Active on
Ethereum with 549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcec3…9219
Balances ($239.94)
Native
Value
$239.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.077 | $3,116.11 |
$239.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502692 | 3 months ago | | | 0 | 0.000054861831 | |
| 19809836 | 6 months ago | | | 0 | 0.00035900346 | |
| 19701057 | 7 months ago | | | 0 | 0.00015623650 | |
| 18846592 | a year ago | | | 0 | 0.00097813010 | |
| 18645752 | a year ago | | | 0 | 0.00096645758 | |
| 18467796 | a year ago | | | 0 | 0.00072053386 | |
| 18373756 | a year ago | | | 0 | 0.00018112705 | |
| 18373754 | a year ago | | | 0 | 0.00029904099 | |
| 18354847 | a year ago | | | 0 | 0.00066993126 | |
| 18301072 | a year ago | | | 0 | 0.00014520610 |
ABI
ABI objects
Getter at block 21207505
MAX_SUPPLY() view returns (uint256)
1953
admin() view returns (address)
0xe15d12d525475b203e7cd79d2b4305ba470cfa22
baseURI() view returns (string)
ipfs://QmRdYFmY86PSZiGB4n6nEZtx15fgch6VvXxfQcx382suAp/
lemanoWallet() view returns (address)
0xcec38896b3b936b02be64d98dc7e738f6ca69219
maxMintPerTx() view returns (uint256)
5
name() view returns (string)
Chronos Dot
symbol() view returns (string)
LMNFT
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
1953
transferIsLocked() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdsOwnedBy(address _owner) view returns (uint256[])
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)
mintTokenNFT(uint256 _numTokens) payable returns (bool success)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminWallet(address _address)
setApprovalForAll(address operator, bool approved)
setBaseURIpfs(string _baseUri) returns (bool success)
setLemanoWallet(address _address)
setMaxMintPerTx(uint256 _max)
setTokenPrice(uint256 _price)
setTransferIsLocked(bool _isLocked)
transferFrom(address from, address to, uint256 tokenId)
withdrawAdmin()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()