renBTC
Verified contract
Proxy
Active on
Ethereum with 46,757 txns
Unified 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 ($2,002.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2K | $1.001 |
$2,002 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
PKG | ERC-20 | 300 | -- | -- | |
MWAVS | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242909 | 5 hours ago | | | 0 | 0.00053744000 | |
| 21242756 | 6 hours ago | | | 0 | 0.00069063604 | |
| 21239518 | 17 hours ago | | | 0 | 0.00037059134 | |
| 21239163 | 18 hours ago | | | 0 | 0.0010380406 | |
| 21232808 | 2 days ago | | | 0 | 0.00057541427 | |
| 21228850 | 2 days ago | | | 0 | 0.00063192369 | |
| 21228145 | 2 days ago | | | 0 | 0.00064500124 | |
| 21228122 | 2 days ago | | | 0 | 0.00041915933 | |
| 21228070 | 2 days ago | | | 0 | 0.00055133635 | |
| 21227861 | 2 days ago | | | 0 | 0.00050152673 |
ABI
ABI objects
Getter at block 21244510
DOMAIN_SEPARATOR() view returns (bytes32)
0xa66c46a3743f744c15bb31450162d77172718e42ab2e70f5e8ce17fba8aafab1
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
_rateScale() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
8
exchangeRateCurrent() view returns (uint256)
1000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
renBTC
owner() view returns (address)
0xe4b679400f0f267212d5d812b95f58c83243ee71
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
renBTC
totalSupply() view returns (uint256)
30449918869
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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.
fallback()
This contract contains no error objects.