Solv BTC

Verified contract

Proxy

Active on Base with 2,560 txns
Deployed by via 0x66fa3b66 at 19056877
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 44 additional slots

No balances found for "Solv BTC"

0xca60b867ecd5f41803208b8416539d3feda7f2e2f5e3eba2452e9e09ccb3ad19
0x6355685e67fe01bcb5a3dccdbfcab3c7e9b555e84417e1d2f75858fa80b1d76a
0x8f7335920a49f08332d3b6c1a3c9d42ff4e19075234e3b4bf9555e051cdb6967
0x0063fee7f9494961175bfa3ad74c35097b973186a2003709c917fef86c6fd243
0xefe3759cb20b42f5f6b24d40d66df4a1b8faa9edcfc254a29117a9ea1cc7093b
0x870427c7443a25955c1f35de7af33d79fce744b7d3956b97a947b4f56c143f20
0xe1b3776f7fb9dd028b485d6b51cbc591524bab8b820cd869036542aa6822d36b
0x3ca568b73f49993947febe02aaa1e29da3c4430fab91ec550576d5ca4815cf00
0xc544dc90ae08c277f2c509c067624314e1c02fe79c333c8bd4c5eef754418256
0xabcd6a150c13d044a0c8c4585ba5497575c73a91453e40c3aae69a0e1ca46687

Functions
Getter at block 22732864
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)
162387392799599722926
wrappedSftAddress(view returns (address)
0x0000000000000000000000000000000000000000
wrappedSftSlot(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(address account_uint256 value_
burn(uint256 value_
grantRole(bytes32 roleaddress account
initialize(string name_string symbol_
initializeV2(address solvBTCMultiAssetPool_
mint(address account_uint256 value_
onERC3525Received(addressuint256uint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
sweepEmptySftIds(address sft_uint256 sweepAmount_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
BeaconUpgraded(address indexed beacon
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetSolvBTCMultiAssetPool(address indexed solvBTCMultiAssetPool
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidBeacon(address beacon
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 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(