SolvBTC Babylon
Verified contract
Proxy
Active on
Ethereum with 5,078 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 44 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- | |
GOEFS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160890 | 3 hours ago | | | 0 | 0.00084702873 | |
| 21160854 | 3 hours ago | | | 0 | 0.00078989657 | |
| 21160001 | 6 hours ago | | | 0 | 0.0010687489 | |
| 21159887 | 6 hours ago | | | 0 | 0.0026517869 | |
| 21159887 | 6 hours ago | | | 0 | 0.0025483203 | |
| 21158233 | 11 hours ago | | | 0 | 0.0013512911 | |
| 21157649 | 13 hours ago | | | 0 | 0.00087698201 | |
| 21157622 | 13 hours ago | | | 0 | 0.0010379361 | |
| 21157241 | 15 hours ago | | | 0 | 0.00096905869 | |
| 21157226 | 15 hours ago | | | 0 | 0.0011625049 |
ABI
ABI objects
Getter at block 21161648 getOracleDecimals() view returns (uint8)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SOLVBTC_MINTER_ROLE() view returns (bytes32)
0x21c4541be81880876bb5b786c07d484291318693feeeefe46b97010f158e9044
SOLVBTC_POOL_BURNER_ROLE() view returns (bytes32)
0x5ee216b0da65f8a36132240e2b0dd9725f0f5dda45a110091be9a42ddd32c71c
decimals() view returns (uint8)
18
getOracle() view returns (address)
0x3c98c54808830dc0ddec56bea89c69ffa0569ac9
holdingValueSftId() view returns (uint256)
0
name() view returns (string)
SolvBTC Babylon
navOracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0c2bc4d2698820e12e6ebe863e7b9e2650cd5b7d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
solvBTCMultiAssetPool() view returns (address)
0x763b8a88ac40edb6cc5c13faac1fcff4b393218d
symbol() view returns (string)
SolvBTC.BBN
totalSupply() view returns (uint256)
4363301519723470431633
wrappedSftAddress() view returns (address)
0x0000000000000000000000000000000000000000
wrappedSftSlot() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSharesByValue(uint256 value) view returns (uint256 shares)
getValueByShares(uint256 shares) view returns (uint256 value)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(address account_, uint256 value_)
burn(uint256 value_)
grantRole(bytes32 role, address account)
initialize(string name_, string symbol_)
initializeV2(address solvBTCMultiAssetPool_)
mint(address account_, uint256 value_)
onERC3525Received(address, uint256, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setOracle(address oracle_)
sweepEmptySftIds(address sft_, uint256 sweepAmount_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
BeaconUpgraded(address indexed beacon)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
SetOracle(address indexed oracle)
SetSolvBTCMultiAssetPool(address indexed solvBTCMultiAssetPool)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address beacon, bytes data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidBeacon(address beacon)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC3525NotReceivable(address token)
ERC721NotReceivable(address token)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()