TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,929 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($3,192,636.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 29.017282 | $95,956.00 |
$2,784,382.31 | |
FBTC | ERC-20 | 4.020471 | $96,200.00 |
$386,769.35 | |
cbBTC | ERC-20 | 0.223542 | $96,081.00 |
$21,478.13 | |
BBTC | ERC-20 | 0.000073 | $95,062.00 |
$6.94 | |
lfbtc-bedrock-eth | ERC-20 | 1.538305K | -- | -- | |
directBTC | ERC-20 | 130 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315795 | 11 hours ago | | | 0 | 0.0047196228 | |
| 21312716 | 21 hours ago | | | 0 | 0.0019460134 | |
| 21307517 | 2 days ago | | | 0 | 0.0010970396 | |
| 21303999 | 2 days ago | | | 0 | 0.0020138306 | |
| 21300651 | 3 days ago | | | 0 | 0.0011953943 | |
| 21299611 | 3 days ago | | | 0 | 0.00099316959 | |
| 21299595 | 3 days ago | | | 0 | 0.00098133107 | |
| 21299569 | 3 days ago | | | 0 | 0.00098561222 | |
| 21290568 | 4 days ago | | | 0 | 0.00077144084 | |
| 21286311 | 5 days ago | | | 0 | 0.0013662900 |
ABI
ABI objects
Getter at block 21319079
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXCHANGE_RATE_BASE() view returns (uint256)
10000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
outOfService() view returns (bool)
false
paused() view returns (bool)
false
supplyFeeder() view returns (address)
0x94c7f81e3b0458daa721ca5e29f6ced05ccce2b3
uniBTC() view returns (address)
0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568
Read-only
allowedTargetList(address) view returns (bool)
allowedTokenList(address) view returns (bool)
caps(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
paused(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events allowTarget(address[] _targets)
allowToken(address[] _token)
denyTarget(address[] _targets)
denyToken(address[] _token)
execute(address _target, bytes _data, uint256 _value) returns (bytes)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, address _uniBTC)
mint(address _token, uint256 _amount)
pauseToken(address[] _tokens)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCap(address _token, uint256 _cap)
setSupplyFeeder(address _supplyFeeder)
startService()
stopService()
unpauseToken(address[] _tokens)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Minted(address token, uint256 amount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StartService()
StopService()
TargetAllowed(address[] token)
TargetDenied(address[] token)
TokenAllowed(address[] token)
TokenDenied(address[] token)
TokenPaused(address[] token)
TokenUnpaused(address[] token)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.