Restake Finance
Verified contract
Proxy
Active on
Ethereum with 15,444 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
Balances ($431.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBR | ERC-20 | 7.35443K | $0.058231 |
$428.26 | |
RSTK | ERC-20 | 427.21 | $0.007009 |
$2.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158383 | 6 hours ago | | | 0 | 0.00076527332 | |
| 21158377 | 6 hours ago | | | 0 | 0.0013576947 | |
| 21155964 | 14 hours ago | | | 0 | 0.00033394020 | |
| 21152037 | a day ago | | | 0 | 0.00044901614 | |
| 21150298 | a day ago | | | 0 | 0.00058596926 | |
| 21150033 | a day ago | | | 0 | 0.00053527416 | |
| 21149609 | a day ago | | | 0 | 0.00056040066 | |
| 21147224 | 2 days ago | | | 0 | 0.00053123865 | |
| 21146653 | 2 days ago | | | 0 | 0.00059438708 | |
| 21145868 | 2 days ago | | | 0 | 0.00059431168 |
ABI
ABI objects
Getter at block 21160272 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x741083ae86ea5ba460d97cf587743601dfca5d6ba0560b50e7b33150546dba06
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
defaultAdmin() view returns (address)
0xfba04c4c0d1e46297aea66917639fcb317a572ab
defaultAdminDelay() view returns (uint48)
0
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Restake Finance, version=1, chainId=1, verifyingContract=0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Restake Finance
owner() view returns (address)
0xfba04c4c0d1e46297aea66917639fcb317a572ab
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
symbol() view returns (string)
RSTK
totalSupply() view returns (uint256)
100000000000000000000000000
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)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
approve(address spender, uint256 value) returns (bool)
beginDefaultAdminTransfer(address newAdmin)
burn(uint256 value)
burnFrom(address account, uint256 value)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
grantRole(bytes32 role, address account)
initialize(struct IBaseERC20ERC20Config config, struct IBaseERC20Features features, struct IBaseERC20Roles roles)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
EIP712DomainChanged()
Initialized(uint64 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
BaseERC20InvalidInitialSupplyHolder()
BaseERC20ZeroLockedSupply()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)