VeSolidEscrowManager
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VeSolidEscrowManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16322086 | 2 years ago | | | 0 | 0.00057222000 | |
| 16321988 | 2 years ago | | | 0 | 0.014576457 |
ABI
ABI objects
Getter at block 21299847
minter() view returns (address)
0x77780aa5e04e0eb5004767352748399d9d6eaee0
owner() view returns (address)
0x635a98beeae62de55e91ac2987b7daffd22099b5
tempAddress() view returns (address)
0x92a0c08e5819d4590363a5d23d6a74321901f70a
ve() view returns (address)
0x77730ed992d286c53f3a0838232c3957daeaaf73
veDist() view returns (address)
0x77760c63940ec0454b977a31ed65d6440ec5fb92
voter() view returns (address)
0x777034fef3ccbed74536ea1002faec9620deae0a
Read-only
escrowData(address) view returns (bool goodStanding, uint128 tokenId, uint40 unlockTime)
escrows(uint256) view returns (address)
isEscrowed(uint256) view returns (bool)
tokenIdToEscrow(uint256) view returns (address)
State-modifying
Events createNewEscrow(uint256 tokenId, address operator, uint256 duration)
detachGauges(uint256 tokenId, address[] gauges)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
recoverERC20(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
resetVotes(uint256 tokenId)
revokeNft(uint256 tokenId)
setStanding(uint256 tokenId, bool standingStatus)
transferOwnership(address newOwner)
wrappedExecuteCall(address to, uint256 value, bytes data) payable
EscrowCreated(uint256 indexed tokenId, address indexed operator, address indexed escrow, uint256 unlockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address tokenAddress, uint256 amountOrTokenId)
Standing(address escrowAddress, bool goodStanding)
VeNftRevoked(uint256 indexed tokenId, address escrow)
constructor(address _ve, address _veDist, address _minter, address _voter)
This contract contains no fallback and receive objects.
This contract contains no error objects.