veNFT
Verified contract
Proxy
Active on
Base with 197,191 txns
Unified storage
Map
Table
Raw
Constants and immutables
24
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($876,555,308.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERO | ERC-20 | 679.50023M | $1.29 |
$876,555,297.11 | |
BFROG | ERC-20 | 4.245855K | $0.000993 |
$4.22 | |
USDC | ERC-20 | 3.394174 | $1.00 |
$3.39 | |
AYB | ERC-20 | 2M | $0.000001 |
$2.7 | |
toby | ERC-20 | 11.111111M | $0.00 |
$0.54 | |
LOA | ERC-20 | 40 | $0.008582 |
$0.34 | |
WGC | ERC-20 | 400 | $0.000533 |
$0.21 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
BOOMER | ERC-20 | 7.32 | $0.011488 |
$0.08 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22706349 | a minute ago | | | 0 | 0.0000082043721 | |
| 22706324 | 2 minutes ago | | | 0 | 0.0000075297736 | |
| 22706302 | 2 minutes ago | | | 0 | 0.0000093323778 | |
| 22706135 | 8 minutes ago | | | 0 | 0.0000076727282 | |
| 22706048 | 11 minutes ago | | | 0 | 0.000013396075 | |
| 22705925 | 15 minutes ago | | | 0 | 0.000013696481 | |
| 22705889 | 16 minutes ago | | | 0 | 0.0000068853200 | |
| 22705844 | 18 minutes ago | | | 0 | 0.0000073890180 | |
| 22705838 | 18 minutes ago | | | 0 | 0.0000065595145 | |
| 22705654 | 24 minutes ago | | | 0 | 0.000013696481 |
ABI
ABI objects
Getter at block 22706369
CLOCK_MODE() pure returns (string)
mode=timestamp
DELEGATION_TYPEHASH() view returns (bytes32)
0x9947d5709c1682eaa3946b2d84115c9c0d1c946b149d76e69b457458b42ea29e
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
allowedManager() view returns (address)
0xe6a41fe61e7a1996b59d508661e3f524d6a32075
artProxy() view returns (address)
0xd4c6eddbe963afa2d7b1562d0f2f3f9462e6525b
clock() view returns (uint48)
1732202085
decimals() view returns (uint8)
18
distributor() view returns (address)
0x227f65131a261548b057215bb1d5ab2997964c7d
epoch() view returns (uint256)
284445
factoryRegistry() view returns (address)
0x5c3f18f06cc09ca1910767a34a20f771039e37c0
forwarder() view returns (address)
0x15e62707fca7352fbe35f51a8d6b0f8066a05dcc
name() view returns (string)
veNFT
permanentLockBalance() view returns (uint256)
664484561959959080432353011
supply() view returns (uint256)
711852684574678621821938907
symbol() view returns (string)
veNFT
team() view returns (address)
0xe6a41fe61e7a1996b59d508661e3f524d6a32075
token() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
tokenId() view returns (uint256)
60925
totalSupply() view returns (uint256)
697937005754213493871276641
version() view returns (string)
2.0.0
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
balanceOf(address _owner) view returns (uint256)
balanceOfNFT(uint256 _tokenId) view returns (uint256)
balanceOfNFTAt(uint256 _tokenId, uint256 _t) view returns (uint256)
canSplit(address) view returns (bool)
checkpoints(uint256 _tokenId, uint48 _index) view returns (struct IVotingEscrowCheckpoint)
deactivated(uint256) view returns (bool)
delegates(uint256 delegator) view returns (uint256)
escrowType(uint256) view returns (uint8)
getApproved(uint256 _tokenId) view returns (address)
getPastTotalSupply(uint256 _timestamp) view returns (uint256)
getPastVotes(address _account, uint256 _tokenId, uint256 _timestamp) view returns (uint256)
idToManaged(uint256) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
locked(uint256 _tokenId) view returns (struct IVotingEscrowLockedBalance)
managedToFree(uint256) view returns (address)
managedToLocked(uint256) view returns (address)
nonces(address) view returns (uint256)
numCheckpoints(uint256) view returns (uint48)
ownerOf(uint256 _tokenId) view returns (address)
ownerToNFTokenIdList(address, uint256) view returns (uint256)
pointHistory(uint256 _loc) view returns (struct IVotingEscrowGlobalPoint)
slopeChanges(uint256) view returns (int128)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalSupplyAt(uint256 _timestamp) view returns (uint256)
userPointEpoch(uint256) view returns (uint256)
userPointHistory(uint256 _tokenId, uint256 _loc) view returns (struct IVotingEscrowUserPoint)
voted(uint256) view returns (bool)
weights(uint256, uint256) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
checkpoint()
createLock(uint256 _value, uint256 _lockDuration) returns (uint256)
createLockFor(uint256 _value, uint256 _lockDuration, address _to) returns (uint256)
createManagedLockFor(address _to) returns (uint256 _mTokenId)
delegate(uint256 delegator, uint256 delegatee)
delegateBySig(uint256 delegator, uint256 delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
depositFor(uint256 _tokenId, uint256 _value)
depositManaged(uint256 _tokenId, uint256 _mTokenId)
increaseAmount(uint256 _tokenId, uint256 _value)
increaseUnlockTime(uint256 _tokenId, uint256 _lockDuration)
lockPermanent(uint256 _tokenId)
merge(uint256 _from, uint256 _to)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setAllowedManager(address _allowedManager)
setApprovalForAll(address _operator, bool _approved)
setArtProxy(address _proxy)
setManagedState(uint256 _mTokenId, bool _state)
setTeam(address _team)
setVoterAndDistributor(address _voter, address _distributor)
split(uint256 _from, uint256 _amount) returns (uint256 _tokenId1, uint256 _tokenId2)
toggleSplit(address _account, bool _bool)
transferFrom(address _from, address _to, uint256 _tokenId)
unlockPermanent(uint256 _tokenId)
voting(uint256 _tokenId, bool _voted)
withdraw(uint256 _tokenId)
withdrawManaged(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
CreateManaged(address indexed _to, uint256 indexed _mTokenId, address indexed _from, address _lockedManagedReward, address _freeManagedReward)
DelegateChanged(address indexed delegator, uint256 indexed fromDelegate, uint256 indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposit(address indexed provider, uint256 indexed tokenId, uint8 indexed depositType, uint256 value, uint256 locktime, uint256 ts)
DepositManaged(address indexed _owner, uint256 indexed _tokenId, uint256 indexed _mTokenId, uint256 _weight, uint256 _ts)
LockPermanent(address indexed _owner, uint256 indexed _tokenId, uint256 amount, uint256 _ts)
Merge(address indexed _sender, uint256 indexed _from, uint256 indexed _to, uint256 _amountFrom, uint256 _amountTo, uint256 _amountFinal, uint256 _locktime, uint256 _ts)
MetadataUpdate(uint256 _tokenId)
SetAllowedManager(address indexed _allowedManager)
Split(uint256 indexed _from, uint256 indexed _tokenId1, uint256 indexed _tokenId2, address _sender, uint256 _splitAmount1, uint256 _splitAmount2, uint256 _locktime, uint256 _ts)
Supply(uint256 prevSupply, uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnlockPermanent(address indexed _owner, uint256 indexed _tokenId, uint256 amount, uint256 _ts)
Withdraw(address indexed provider, uint256 indexed tokenId, uint256 value, uint256 ts)
WithdrawManaged(address indexed _owner, uint256 indexed _tokenId, uint256 indexed _mTokenId, uint256 _weight, uint256 _ts)
constructor(address _forwarder, address _token, address _factoryRegistry)
This contract contains no fallback and receive objects.
AlreadyVoted()
AmountTooBig()
ERC721ReceiverRejectedTokens()
ERC721TransferToNonERC721ReceiverImplementer()
InvalidManagedNFTId()
InvalidNonce()
InvalidSignature()
InvalidSignatureS()
LockDurationNotInFuture()
LockDurationTooLong()
LockExpired()
LockNotExpired()
NoLockFound()
NonExistentToken()
NotApprovedOrOwner()
NotDistributor()
NotEmergencyCouncilOrGovernor()
NotGovernor()
NotGovernorOrManager()
NotLockedNFT()
NotManagedNFT()
NotManagedOrNormalNFT()
NotNormalNFT()
NotOwner()
NotPermanentLock()
NotTeam()
NotVoter()
OwnershipChange()
PermanentLock()
SafeCastOverflow()
SafeCastUnderflow()
SameAddress()
SameNFT()
SameState()
SignatureExpired()
SplitNoOwner()
SplitNotAllowed()
TooManyTokenIDs()
ZeroAddress()
ZeroAmount()
ZeroBalance()
SafeCastUnderflow()