Lever
Verified contract
Proxy
Active on
Ethereum with 40,117 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional
variables
Balances ($1,093.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEVER | ERC-20 | 522.679451K | $0.002077 |
$1,085.4 | |
TRUMP | ERC-20 | 4.849161K | $0.001591 |
$7.71 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157403 | 12 minutes ago | | | 0 | 0.00068395392 | |
| 21157321 | 28 minutes ago | | | 0 | 0.0010538836 | |
| 21157130 | an hour ago | | | 0 | 0.00079228547 | |
| 21156960 | 2 hours ago | | | 0 | 0.00037860204 | |
| 21156538 | 3 hours ago | | | 0 | 0.00042494162 | |
| 21156318 | 4 hours ago | | | 0 | 0.00061726326 | |
| 21155682 | 6 hours ago | | | 0 | 0.00049455383 | |
| 21155673 | 6 hours ago | | | 0 | 0.00064885020 | |
| 21155510 | 7 hours ago | | | 0 | 0.00049549797 | |
| 21155483 | 7 hours ago | | | 0 | 0.00045146630 |
ABI
ABI objects
Getter at block 21157460 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x5e24069c44118af4178266bfdf18daa9a4a3e282b68c99f0a51c8b448cf29c78
decimals() view returns (uint8)
18
name() view returns (string)
Lever
owner() view returns (address)
0xf29900bb8f0f12726d4ec5f7d511ebc44be06e09
paused() view returns (bool)
false
symbol() view returns (string)
LEVER
totalSupply() view returns (uint256)
35000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.