RenERC20LogicV1
Verified contract
Implementation
Active on
Ethereum with 7 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "RenERC20LogicV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15948781 | 2 years ago | | | 0 | 0.0012394950 | |
| 14134481 | 3 years ago | | | 0 | 0.0026270000 | |
| 14133597 | 3 years ago | | | 0 | 0.0018389000 | |
| 14114419 | 3 years ago | | | 0 | 0.0067778509 | |
| 10146744 | 4 years ago | | | 0 | 0.00086198973 | |
| 10146725 | 4 years ago | | | 0 | 0.0018122400 | |
| 9738269 | 5 years ago | | | 0 | 0.00051555000 |
ABI
ABI objects
Getter at block 20795268
DOMAIN_SEPARATOR() view returns (bytes32)
0xf2246e8562e06d6a058b1a9a11fbf2e4c0e8142bc68beb392dcc1501c829a0c4
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
_rateScale() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
0
exchangeRateCurrent() view returns (uint256)
1000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x33024cfb7af11a7cb12ab0dedefc5dd5f430381f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address _account) view returns (uint256)
fromUnderlying(uint256 _amountUnderlying) view returns (uint256)
nonces(address) view returns (uint256)
toUnderlying(uint256 _amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistRecoverableToken(address _token)
burn(address _from, uint256 _amount)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _nextOwner)
initialize(address _nextOwner, uint256 _initialRate)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _chainId, address _nextOwner, uint256 _initialRate, string _version, string _name, string _symbol, uint8 _decimals)
initialize(uint256 _chainId, string _version, string _name, string _symbol, uint8 _decimals)
mint(address _to, uint256 _amount)
permit(address holder, address spender, uint256 nonce, uint256 expiry, bool allowed, uint8 v, bytes32 r, bytes32 s)
recoverTokens(address _token)
renounceOwnership()
setExchangeRate(uint256 _nextRate)
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)
LogRateChanged(uint256 indexed _rate)
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.