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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22425656 | 12 hours ago | | | 0 | 0.0000010657911 | |
| 22399438 | a day ago | | | 0 | 0.0000024001170 | |
| 22399108 | a day ago | | | 0 | 0.0000028233524 | |
| 22399078 | a day ago | | | 0 | 0.0000014713467 | |
| 22306295 | 3 days ago | | | 0 | 8.9524456e-7 | |
| 22301407 | 3 days ago | | | 0 | 1.4686892e-7 | |
| 22285596 | 4 days ago | | | 0 | 5.8168750e-7 | |
| 22228723 | 5 days ago | | | 0 | 0.0000010852130 | |
| 22219474 | 5 days ago | | | 0 | 4.5748890e-7 | |
| 22213147 | 5 days ago | | | 0 | 0.0000018950962 |
ABI
ABI objects
Getter at block 22448009
DOMAIN_SEPARATOR() view returns (bytes32)
0x2390e48b78524660548660be0c131dd336c1188b21ff81d4f3948de5793d6b1e
authority() view returns (address)
0x13dfeff85779118136bb9826dcad8f3bd25153a3
decimals() view returns (uint8)
9
name() view returns (string)
Olympus
symbol() view returns (string)
OHM
totalSupply() view returns (uint256)
10083684150653
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)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address _newAuthority)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorityUpdated(address indexed authority)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.