TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 322 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19091673 | 10 months ago | | | 0 | 0.00074123206 | |
| 19091667 | 10 months ago | | | 0 | 0.00073949734 | |
| 19091662 | 10 months ago | | | 0 | 0.0027367408 | |
| 19091659 | 10 months ago | | | 0 | 0.0028797269 | |
| 19091638 | 10 months ago | | | 0 | 0.0028682432 | |
| 19091632 | 10 months ago | | | 0 | 0.0030244848 | |
| 19091615 | 10 months ago | | | 0 | 0.0013413230 | |
| 19091613 | 10 months ago | | | 0 | 0.0026253681 | |
| 19091516 | 10 months ago | | | 0 | 0.0012047153 | |
| 19091411 | 10 months ago | | | 0 | 0.00069736151 |
ABI
ABI objects
Getter at block 21306885 getVestingSchedules() view returns (struct VestingSchedule[])
defaultStart() view returns (uint256)
0
handler() view returns (address)
0x70a97d59ffc96a9945797e7a9888a44b4bb651e1
interval() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xd129d8c12f0e7aa51157d9e6cc3f7ece2dc84ecd
periods() view returns (uint256)
1
releaseSwitch() view returns (bool)
false
switchOperator() view returns (address)
0x59527cc4774d81ea8c225120e52fc698b5e5e21c
token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
blocklist(uint256) view returns (bool)
getMode(uint256 index) view returns (uint8)
getModeInfos(uint8 key) view returns (uint256 infoPeriods, uint256 infoInterval)
getReleasableAmount(uint256 index) view returns (uint256)
getSwitch(uint256 index) view returns (bool)
getUsedTxHashes(bytes32 txHash) view returns (bool)
vestingSchedules(uint256) view returns (uint256 start, address beneficiary, uint256 amount, uint256 released)
State-modifying
Events addLinearVesting(address beneficiary, uint256 amount)
addLinearVesting(bytes32 txHash, address beneficiary, uint256 amount, uint8 mode)
addRedeemLinearVesting(address beneficiary, uint256 amount, uint8 mode)
init(address initToken, uint256 initPeriods, uint256 initInterval)
release(uint256 index)
setBlocklistBatch(uint256[] indices, bool value)
setDefaultStart(uint256 newDefaultStart)
setHandler(address newHandler)
setModeInfos(uint8 key, uint256 newPeriods, uint256 newInterval)
setSwitch(uint8 key, bool value)
setSwitchOperator(address newSwitchOperator)
transferOwner(address owner_)
withdraw(address otherToken, uint256 amount, address receiver)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
LinearReleaseDeployed(uint256 index)
Released(uint256 index, address beneficiary, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.