Solv BTC
Verified contract
Proxy
Active on
Base with 1,427 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)
No balances found for "Solv BTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21848474 | 2 hours ago | | | 0 | 1.5448407e-7 | |
| 21848455 | 2 hours ago | | | 0 | 2.2511813e-7 | |
| 21847776 | 2 hours ago | | | 0 | 2.2306680e-7 | |
| 21845510 | 3 hours ago | | | 0 | 2.2521740e-7 | |
| 21844540 | 4 hours ago | | | 0 | 2.2521740e-7 | |
| 21844404 | 4 hours ago | | | 0 | 2.2353471e-7 | |
| 21844080 | 4 hours ago | | | 0 | 2.2521740e-7 | |
| 21843376 | 5 hours ago | | | 0 | 2.2516776e-7 | |
| 21843301 | 5 hours ago | | | 0 | 1.4414294e-7 | |
| 21843284 | 5 hours ago | | | 0 | 2.2645834e-7 |
ABI
ABI objects
Getter at block 21851702
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
holdingValueSftId() view returns (uint256)
0
name() view returns (string)
Solv BTC
navOracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0c2bc4d2698820e12e6ebe863e7b9e2650cd5b7d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
solvBTCMultiAssetPool() view returns (address)
0x540a9dbba1ae6250253ba8793714492ee357ac1d
symbol() view returns (string)
SolvBTC
totalSupply() view returns (uint256)
145202447081849831750
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)
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)
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)
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()