Staked Narwal by Virtuals
Unverified contract
Proxy
Active on
Base with 2 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) |
---|---|---|---|---|---|---|---|
| 21583205 | 5 days ago | | | 0 | 2.5179832e-7 | |
| 21583194 | 5 days ago | | | 0 | 5.8858015e-7 |
ABI
ABI objects
Getter at block 21815539
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
agentNft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
assetToken() view returns (address)
0x18d9958fa5b9df54dc23eb0f2809122d7857f518
canStake() view returns (bool)
true
clock() view returns (uint48)
21815539
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=0xd28ddf676c842710b629fd2088af408025769c6a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
founder() view returns (address)
0xdb39f11c909bfa976fdc27538152c1a0e4f0fcca
initialLock() view returns (uint256)
1549193338482966754070706
matureAt() view returns (uint256)
2045315521
name() view returns (string)
Staked Narwal by Virtuals
symbol() view returns (string)
sNARWAL
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)