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 |
---|---|---|---|---|---|
RULER | ERC-20 | 75.647141K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19355274 | 8 months ago | | | 0 | 0.0033310942 | |
| 17735581 | a year ago | | | 0 | 0.0017425363 | |
| 17726898 | a year ago | | | 0 | 0.00074130832 | |
| 17726864 | a year ago | | | 0 | 0.0011770005 | |
| 17009551 | 2 years ago | | | 0 | 0.00050002323 | |
| 16579339 | 2 years ago | | | 0 | 0.00093750044 | |
| 15937352 | 2 years ago | | | 0 | 0.00091565946 | |
| 15937348 | 2 years ago | | | 0 | 0.0013647100 | |
| 15915959 | 2 years ago | | | 0 | 0.00068424010 | |
| 15681689 | 2 years ago | | | 0 | 0.00034512258 |
ABI
ABI objects
Getter at block 21186343
DOMAIN_SEPARATOR() view returns (bytes32)
0x676b1e610dcee5de1fe427249d3241dc6cac728edf7e62d62b38e4854d9647ff
decimals() view returns (uint8)
18
getShareValue() view returns (uint256)
1386664496902220937
name() view returns (string)
xRULER
owner() view returns (address)
0x49b8a0893b83a171d7d461198b69a0b1bb4dd0ed
ruler() view returns (address)
0x2aeccb42482cc64e087b6d2e5da39f5a7a7001f8
symbol() view returns (string)
xRULER
totalSupply() view returns (uint256)
54553312355988633724349
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)
collect(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositWithPermit(uint256 _amount, struct IxRULERPermit permit)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _share)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address user, uint256 _ruler)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address arg0, uint256 _shares, uint256 _ruler)
constructor(address _ruler)
This contract contains no fallback and receive objects.
This contract contains no error objects.