Yapeswap DAO Voting Escrow Lock
Verified contract
Proxy
Active on
Ethereum with 78 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YAPE | ERC-20 | 25.210093M | -- | -- | |
YAPE | ERC-20 | 25.210093M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17512295 | a year ago | | | 0 | 0.0029346137 | |
| 14001534 | 3 years ago | | | 0 | 0.010372532 | |
| 13483155 | 3 years ago | | | 0 | 0.016796257 | |
| 13479750 | 3 years ago | | | 0 | 0.031990969 | |
| 13352556 | 3 years ago | | | 0 | 0.013913988 | |
| 13324867 | 3 years ago | | | 0 | 0.041178375 | |
| 13321355 | 3 years ago | | | 0 | 0.036882048 | |
| 13321345 | 3 years ago | | | 0 | 0.010192605 | |
| 13319550 | 3 years ago | | | 0 | 0.021620077 | |
| 13294048 | 3 years ago | | | 0 | 0.022485107 |
ABI
ABI objects
Getter at block 21263310
MAXTIME() view returns (uint256)
126144000
anarchizedAt() view returns (uint256)
0
baseToken() view returns (address)
0x757bc268bd50da88b2d0cf1966652b18e56ca803
baseURI() view returns (string)
forceAnarchizeAt() view returns (uint256)
0
gov() view returns (address)
0x463ee0e829c8ab20e47a495d47cd8d3c0ca78d8b
name() view returns (string)
Yapeswap DAO Voting Escrow Lock
symbol() view returns (string)
YAPE-VE-LOCK
totalLockedSupply() view returns (uint256)
25210092689638126346333204
totalSupply() view returns (uint256)
54
veToken() view returns (address)
0xfa83a2e9928bc5892abb22d056bed533de59ef78
Read-only
balanceOf(address owner) view returns (uint256)
delegatedRightByIndex(address voter, uint256 idx) view returns (uint256 veLockId)
delegatedRights(address voter) view returns (uint256)
delegateeOf(uint256 veLockId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locks(uint256 veLockId) view returns (uint256 amount, uint256 start, uint256 end)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events anarchize()
approve(address to, uint256 tokenId)
createLock(uint256 amount, uint256 epochs)
createLockUntil(uint256 amount, uint256 lockEnd)
delegate(uint256 veLockId, address to)
extendLock(uint256 veLockId, uint256 epochs)
extendLockUntil(uint256 veLockId, uint256 end)
forceAnarchize()
increaseAmount(uint256 veLockId, uint256 amount)
initialize(address gov_)
initialize(string name_, string symbol_, address baseToken_, address veToken_, address gov_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnarchyPoint(uint256 timestamp)
setApprovalForAll(address operator, bool approved)
setGovernance(address gov_)
transferFrom(address from, address to, uint256 tokenId)
updateBaseUri(string baseURI_)
withdraw(uint256 veLockId)
Anarchized()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LockCreated(uint256 veLockId)
LockUpdate(uint256 veLockId, uint256 amount, uint256 end)
NewGovernance(address indexed _prevGovernance, address indexed _newGovernance)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VoteDelegated(uint256 veLockId, address to)
Withdraw(uint256 veLockId, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.