Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Lords"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162449 | 31 minutes ago | | | 0 | 0.00092926946 | |
| 21158800 | 13 hours ago | | | 0 | 0.0010828625 | |
| 21158760 | 13 hours ago | | | 0 | 0.00061011728 | |
| 21158759 | 13 hours ago | | | 0 | 0.00095071226 | |
| 21154661 | a day ago | | | 0 | 0.00030261709 | |
| 21154484 | a day ago | | | 0 | 0.00022593356 | |
| 21153462 | a day ago | | | 0 | 0.00066396066 | |
| 21153069 | a day ago | | | 0 | 0.00050626642 | |
| 21147751 | 2 days ago | | | 0 | 0.00024784057 | |
| 21146065 | 2 days ago | | | 0 | 0.00048740852 |
ABI
ABI objects
Getter at block 21162601
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Lords
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
LORDS
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.