VotingEscrow
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "VotingEscrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VotingEscrow"
ABI
ABI objects
Getter at block 22736876 name() view returns (string) symbol() view returns (string) totalSupply() view returns (uint256)
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_DELEGATES() view returns (uint256)
1024
MAX_HOLDINGS() view returns (uint8)
0
artProxy() view returns (address)
0x0000000000000000000000000000000000000000
block_number() view returns (uint256)
22736876
decimals() view returns (uint8)
18
delegationsAllowed() view returns (bool)
false
epoch() view returns (uint256)
0
ms() view returns (address)
0x0000000000000000000000000000000000000000
oldVoter() view returns (address)
0x0000000000000000000000000000000000000000
supply() view returns (uint256)
0
team() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
totalTokens() view returns (uint256)
0
totalTokensBurned() view returns (uint256)
0
totalTokensMinted() view returns (uint256)
0
version() view returns (string)
3.0.0
voter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
attachments(uint256) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfAtNFT(uint256 _tokenId, uint256 _block) view returns (uint256)
balanceOfNFT(uint256 _tokenId) view returns (uint256)
balanceOfNFTAt(uint256 _tokenId, uint256 _t) view returns (uint256)
checkpoints(address, uint32) view returns (uint256 timestamp)
delegates(address delegator) view returns (address)
getApproved(uint256 _tokenId) view returns (address)
getPastTotalSupply(uint256 timestamp) view returns (uint256)
getPastVotes(address account, uint256 timestamp) view returns (uint256)
getPastVotesIndex(address account, uint256 timestamp) view returns (uint32)
getVotes(address account) view returns (uint256)
get_last_user_slope(uint256 _tokenId) view returns (int128)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
locked(uint256) view returns (int128 amount, uint256 end)
locked__end(uint256 _tokenId) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
ownerOf(uint256 _tokenId) view returns (address)
ownership_change(uint256) view returns (uint256)
point_history(uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
slope_changes(uint256) view returns (int128)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenOfOwnerByIndex(address _owner, uint256 _tokenIndex) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _usr) view returns (uint256[])
totalSupplyAt(uint256 _block) view returns (uint256)
totalSupplyAtT(uint256 t) view returns (uint256)
user_point_epoch(uint256) view returns (uint256)
user_point_history(uint256, uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
user_point_history__ts(uint256 _tokenId, uint256 _idx) view returns (uint256)
voted(uint256) view returns (bool)
State-modifying
Events abstain(uint256 _tokenId)
approve(address _approved, uint256 _tokenId)
attach(uint256 _tokenId)
checkpoint()
create_lock(uint256 _value, uint256 _lock_duration) returns (uint256)
create_lock_for(uint256 _value, uint256 _lock_duration, address _to) returns (uint256)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deposit_for(uint256 _tokenId, uint256 _value)
detach(uint256 _tokenId)
increase_amount(uint256 _tokenId, uint256 _value)
increase_amount_for(uint256 _tokenId, uint256 _value)
increase_unlock_time(uint256 _tokenId, uint256 _lock_duration)
initialize(address token_addr, address art_proxy)
merge(uint256 _from, uint256 _to)
reset()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setArtProxy(address _proxy)
setDelegationsAllowed(bool _a)
setMS(address _ms)
setMaxHoldings(uint8 _m)
setNewVoter(address _v)
setOldVoter(address _ov)
setTeam(address _team)
setVoter(address _voter)
transferFrom(address _from, address _to, uint256 _tokenId)
voting(uint256 _tokenId)
withdraw(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposit(address indexed provider, uint256 tokenId, uint256 value, uint256 indexed locktime, uint8 deposit_type, uint256 ts)
Initialized(uint8 version)
Supply(uint256 prevSupply, uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed provider, uint256 tokenId, uint256 value, uint256 ts)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.