0xa55ed5808aecdf23ae3782c1443185f5d2363ce7

Verified contract

Proxy

Active on Ethereum with 274 txns
Deployed by via 0xf3172b0f at 20942377
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 38 additional slots
4 additional variables
ERC-20
Value $163,081.41
0x6635608b22eecaee22bc07610f519ce1777a44c5fe3e885aafb2e2573bc83b75
From
0xd0b80da2dde6a1d5b831fa47136cab012e771c215b8bd39508f45c4c35d74432
0x4f90904d0ef973ba78f00ef531dae235531c8f0ed11344452ca4f268209459ac
0xf2503e3fed2a34d1014d65ad82362794305aefaa711e6468f205d5cdf271c76c
0x8ffea833861512712352f50101132d8ca3b886d8d3c9568ba3e2e7b267899fb6
0xa354517e168492d38465f44f85f6ad768f29140ff679450ff5950dfd4c314dcd
0xe5ea6849ba1f847dba5bf517ea4d2cdf16408575a7395668b111c02b6640a1fd
0x605b86f08c59ff78def9e09481613bd30e643165552c3fd75cfdc571765dbf07
0x70469e647759adbf835e004504542951155a24a2e25603ae008952aeb23895f5
0x3c3be933928cd3031eb816796ae45ba8f29e88d09cf43dcd41864a58f3d8c096

Functions
Getter at block 20978120
ESCROW_ADMIN_ROLE(view returns (bytes32)
0x5153bc4ddea3acc82e49822cf2356cf42e16e0ba80c942840692ca4dd7db5995
PAUSER_ROLE(view returns (bytes32)
0x539440820030c4994db4e31b6b800deafd503688728f932addfe7a410515c14c
SWEEPER_ROLE(view returns (bytes32)
0xfdecf383ad5026ade6d21db07b04781efb7ede2811d8b5fe299044cc4bb91fc9
clock(view returns (address)
0x8bcdf6291f251cf8ecf5ac06bfc4a2b02ecc26eb
curve(view returns (address)
0xaaab5528aff964ceac972e39c2357c2d503a9196
dao(view returns (address)
0x5dea8e499b05de8f86e7521f039770268055b23f
decimals(view returns (uint8)
18
implementation(view returns (address)
0x218431f9edde0ad29134ff5316258c7eeedbd516
lastLockId(view returns (uint256)
264
lockNFT(view returns (address)
0x1b6ec227cebec25118270efbb4b67642fc29965e
minDeposit(view returns (uint256)
70000000000000000000
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
queue(view returns (address)
0xd9c2d314e29f1940d2a65a691881f0950fe4a455
token(view returns (address)
0x4d1c297d39c5c1277964d0e3f8aa901493664530
totalLocked(view returns (uint256)
320557553364139131314176
 
totalVotingPower(view returns (uint256)
voter(view returns (address)
0x69e8d5151d71d4cde35b5076af3023c7d54d379e
Read-only
isApprovedOrOwner(address _spenderuint256 _tokenIdview returns (bool)
isVoting(uint256 _tokenIdview returns (bool)
locked(uint256 _tokenIdview returns (struct ILockedBalanceIncreasingLockedBalance)
ownedTokens(address _ownerview returns (uint256[] tokenIds)
totalVotingPowerAt(uint256 _timestampview returns (uint256)
votingPower(uint256 _tokenIdview returns (uint256)
votingPowerAt(uint256 _tokenIduint256 _tview returns (uint256)
votingPowerForAccount(address _accountview returns (uint256 accountVotingPower)
State-modifying
beginWithdrawal(uint256 _tokenId
createLock(uint256 _valuereturns (uint256)
createLockFor(uint256 _valueaddress _toreturns (uint256)
initialize(address _tokenaddress _daoaddress _clockuint256 _initialMinDeposit
pause(
resetVotesAndBeginWithdrawal(uint256 _tokenId
setClock(address _clock
setCurve(address _curve
setLockNFT(address _nft
setMinDeposit(uint256 _minDeposit
setQueue(address _queue
setVoter(address _voter
sweep(
sweepNFT(uint256 _tokenIdaddress _to
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(uint256 _tokenId
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Deposit(address indexed depositoruint256 indexed tokenIduint256 indexed startTsuint256 valueuint256 newTotalLocked
Initialized(uint8 version
MinDepositSet(uint256 minDeposit
Paused(address account
Sweep(address indexed touint256 amount
SweepNFT(address indexed touint256 tokenId
Unpaused(address account
Upgraded(address indexed implementation
Withdraw(address indexed depositoruint256 indexed tokenIduint256 valueuint256 tsuint256 newTotalLocked
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyVoted(
AmountTooSmall(
CannotExit(
DaoUnauthorized(address daoaddress whereaddress whobytes32 permissionId
LockNFTAlreadySet(
MustBe18Decimals(
NoLockFound(
NonExistentToken(
NotApprovedOrOwner(
NotOwner(
NotTicketHolder(
NotVoter(
NothingToSweep(
OwnershipChange(
SameAddress(
TransferBalanceIncorrect(
ZeroAddress(
ZeroAmount(
ZeroBalance(