LORDLESS TOKEN
Verified contract
Active on
Ethereum with 6,614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LESS | ERC-20 | 15K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20465194 | 4 months ago | | | 0 | 0.00016228146 | |
| 20453230 | 4 months ago | | | 0 | 0.000025000000 | |
| 20407786 | 4 months ago | | | 0 | 0.000046122000 | |
| 19845888 | 7 months ago | | | 0 | 0.00011766854 | |
| 19743745 | 8 months ago | | | 0 | 0.00012613343 | |
| 19477905 | 9 months ago | | | 0 | 0.00086778966 | |
| 19477905 | 9 months ago | | | 0 | 0.00084509729 | |
| 19209316 | 10 months ago | | | 0 | 0.00047113502 | |
| 19048570 | a year ago | | | 0 | 0.00050913369 | |
| 18448492 | a year ago | | | 0 | 0.00033185531 |
ABI
ABI objects
Getter at block 21392875
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
LORDLESS TOKEN
owner() view returns (address)
0x7aeb6f34a663d777e7cfc1b917499165f462e3ce
symbol() view returns (string)
LESS
totalSupply() view returns (uint256)
501794032000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.