Ruler Protocol
Verified contract
Active on
Ethereum with 4,296 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 |
---|---|---|---|---|---|
xRULER | ERC-20 | 3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198468 | 7 days ago | | | 0 | 0.00036633062 | |
| 21046435 | a month ago | | | 0 | 0.00035324643 | |
| 20961405 | a month ago | | | 0 | 0.00035328500 | |
| 20955353 | a month ago | | | 0 | 0.00058579666 | |
| 20660566 | 3 months ago | | | 0 | 0.000019489600 | |
| 20620049 | 3 months ago | | | 0 | 0.000035012273 | |
| 20620045 | 3 months ago | | | 0 | 0.000037250400 | |
| 20495101 | 3 months ago | | | 0 | 0.000028053523 | |
| 20344952 | 4 months ago | | | 0 | 0.000090640206 | |
| 20259824 | 4 months ago | | | 0 | 0.000038315590 |
ABI
ABI objects
Getter at block 21248004
CAP() view returns (uint256)
1000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x264685d7ca850d39e481734f7e3f079eaae91fc6a3fdebc982eb55c7c4053cd3
decimals() view returns (uint8)
18
name() view returns (string)
Ruler Protocol
owner() view returns (address)
0xdd79dc5b781b14ff091686961adc5d47e434f4b0
symbol() view returns (string)
RULER
totalSupply() view returns (uint256)
1000000000000000000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
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)
Approval(address indexed owner, address indexed spender, uint256 value)
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.