Staked Kuro Hayashi by Virtuals
Unverified contract
Proxy
Active on
Base with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 1.549193M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21992957 | a day ago | | | 0 | 8.4208772e-7 |
ABI
ABI objects
Getter at block 22035890
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
agentNft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
assetToken() view returns (address)
0x7368e76137b899b5480e7a6ebe83aae24bf98d4b
canStake() view returns (bool)
true
clock() view returns (uint48)
22035890
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0xed1097efd1115571346975074c2cdb1eae4941ac, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
founder() view returns (address)
0x17fd460a86bb57fcbf0062d3afe199eb54d657e0
initialLock() view returns (uint256)
1549193338482966754070706
matureAt() view returns (uint256)
2046135231
name() view returns (string)
Staked Kuro Hayashi by Virtuals
symbol() view returns (string)
sKURO
totalSupply() view returns (uint256)
1549193338482966754070706
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastBalanceOf(address account, uint256 timepoint) view returns (uint256)
getPastDelegates(address account, uint256 timepoint) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address, uint256) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize(string _name, string _symbol, address _founder, address _assetToken, uint256 _matureAt, address _agentNft, bool _canStake)
setCanStake(bool _canStake)
setMatureAt(uint256 _matureAt)
stake(uint256 amount, address receiver, address delegatee)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
VotesExpiredSignature(uint256 expiry)