Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21306815 | a day ago | | | 0 | 0.00026304290 | |
| 21221694 | 13 days ago | | | 0 | 0.00023749241 | |
| 21221692 | 13 days ago | | | 0 | 0.00025288434 | |
| 21197602 | 16 days ago | | | 0 | 0.00036515512 | |
| 21158920 | 22 days ago | | | 0 | 0.00079464721 | |
| 21057198 | a month ago | | | 0 | 0.00016000892 | |
| 20984654 | 2 months ago | | | 0 | 0.00036311018 | |
| 20981910 | 2 months ago | | | 0 | 0.00022312670 | |
| 20981909 | 2 months ago | | | 0 | 0.00022583500 | |
| 20981673 | 2 months ago | | | 0 | 0.00024479067 |
ABI
ABI objects
Getter at block 21315330
DOMAIN_SEPARATOR() view returns (bytes32)
0xb21b9658eeacae343a904b5933a044f3c5281cdfa652d2556da2684540bd77b3
MAX_FLASH_MINT_FEE_PERCENTAGE() view returns (uint256)
500
PERCENTAGE_BASE() view returns (uint256)
10000
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0xf41f9fc0b622eb112445fd7b32fc5190d0c0d3f4
flashMintFeePercentage() view returns (uint256)
1
name() view returns (string)
R Stablecoin
owner() view returns (address)
0xab40a7e3cef4afb323ce23b6565012ac7c76bfef
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x5f59b322eb3e16a0c78846195af1f588b77403fc
symbol() view returns (string)
R
totalSupply() view returns (uint256)
15962053370972658649660078
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
flashFee(address token, uint256 amount) view returns (uint256)
maxFlashLoan(address token) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
flashLoan(address receiver, address token, uint256 amount, bytes data) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setFeeRecipient(address newFeeRecipient)
setFlashMintFeePercentage(uint256 feePercentage)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeRecipientChanged(address feeRecipient)
FlashMintFeePercentageChanged(uint256 flashMintFeePercentage)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RDeployed(address positionManager, address flashMintFeeRecipient)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address positionManager_, address feeRecipient_)
This contract contains no fallback and receive objects.
CallerIsNotPositionManager(address caller)
FlashFeePercentageTooBig(uint256 feePercentage)
InvalidFeeRecipient()
PositionManagerCannotBeZero()