AngleDelegatorPCVDeposit
Verified contract
Active on
Ethereum with 5 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 "AngleDelegatorPCVDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14828403 | 2 years ago | | | 0 | 0.0022691246 | |
| 14697276 | 3 years ago | | | 0 | 0.0070372917 | |
| 14480442 | 3 years ago | | | 0 | 0.0040210932 | |
| 14431269 | 3 years ago | | | 0 | 0.0058586784 | |
| 14340634 | 3 years ago | | | 0 | 0.0027664946 |
ABI
ABI objects
Getter at block 21223581
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
DELEGATE_REGISTRY() view returns (address)
0x469788fe6e9e9681c6ebf3bf78e7fd26fc015446
balance() view returns (uint256)
478096470389063857229907
balanceReportedIn() view returns (address)
0x31429d1856ad1377a8a0079410b297e1a9e214c2
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
delegate() view returns (address)
0xce96fe7eb7186e9f894de7703b4df8ea60e2dd77
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
gaugeController() view returns (address)
0x9ad7e7b0877582e14c17702eecf49018dd6f2367
liquidToken() view returns (address)
0x31429d1856ad1377a8a0079410b297e1a9e214c2
lockDuration() view returns (uint256)
126144000
paused() view returns (bool)
false
resistantBalanceAndFei() view returns (uint256, uint256)
(478096470389063857229907, 0)
spaceId() view returns (bytes32)
0x616e676c65676f7665726e616e63652e65746800000000000000000000000000
token() view returns (address)
0x31429d1856ad1377a8a0079410b297e1a9e214c2
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
veToken() view returns (address)
0x0c462dbb9ec8cd1630f1728b2cfd2769d09f0dd5
Read-only
isContractAdmin(address _admin) view returns (bool)
tokenToGauge(address) view returns (address)
State-modifying
Events castVote(address governor, uint256 proposalId, uint8 support) returns (uint256)
claimGaugeRewards(address gaugeAddress)
clearDelegate()
deposit()
exitLock()
lock()
pause()
propose(address governor, address[] targets, uint256[] values, bytes[] calldatas, string description) returns (uint256)
setContractAdminRole(bytes32 newContractAdminRole)
setDelegate(address newDelegate)
setGaugeController(address _gaugeController)
setLockDuration(uint256 newLockDuration)
setSpaceId(bytes32 _spaceId)
setTokenToGauge(address token, address gaugeAddress)
stakeAllInGauge(address token)
stakeInGauge(address token, uint256 amount)
unpause()
unstakeFromGauge(address token, uint256 amount)
voteForGaugeWeight(address token, uint256 gaugeWeight)
withdraw(address to, uint256 amountUnderlying)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
DelegateUpdate(address indexed oldDelegate, address indexed newDelegate)
Deposit(address indexed _from, uint256 _amount)
GaugeControllerChanged(address indexed oldController, address indexed newController)
GaugeRewardsClaimed(address indexed gauge, address indexed token, uint256 amount)
GaugeSetForToken(address indexed token, address indexed gauge)
GaugeStake(address indexed gauge, uint256 amount)
GaugeUnstake(address indexed gauge, uint256 amount)
GaugeVote(address indexed gauge, uint256 amount)
Lock(uint256 cummulativeTokensLocked, uint256 lockHorizon)
Paused(address account)
Proposed(address indexed governor, uint256 proposalId)
Unlock(uint256 tokensUnlocked)
Unpaused(address account)
Voted(address indexed governor, uint256 proposalId, uint256 weight, uint8 support)
WithdrawERC20(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
WithdrawETH(address indexed _caller, address indexed _to, uint256 _amount)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _initialDelegate)
This contract contains no fallback and receive objects.
This contract contains no error objects.