AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 6,030 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xc834…8b50
Balances ($140.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CONV | ERC-20 | 1.342535M | $0.000105 |
$140.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20337703 | 4 months ago | | | 0 | 0.0010768889 | |
| 20337701 | 4 months ago | | | 0 | 0.0011248256 | |
| 19748582 | 7 months ago | | | 0 | 0.00036309603 | |
| 19561114 | 8 months ago | | | 0 | 0.0013233968 | |
| 19553097 | 8 months ago | | | 0 | 0.0011956597 | |
| 19542593 | 8 months ago | | | 0 | 0.0015856881 | |
| 19512646 | 8 months ago | | | 0 | 0.0042780311 | |
| 19418607 | 8 months ago | | | 0 | 0.0031721962 | |
| 19417468 | 8 months ago | | | 0 | 0.0015450489 | |
| 19417468 | 8 months ago | | | 0 | 0.0032008063 |
ABI
ABI objects
Getter at block 21214184
owner() view returns (address)
0xe9675332934e92119b548653dd669eca4ea9a092
token() view returns (address)
0xc834fa996fa3bec7aad3693af486ae53d8aa8b50
Read-only
cliffs(address) view returns (uint128 amount, uint32 unlockTime)
getWithdrawableAmount(address user) view returns (uint256)
vestingSchedules(address) view returns (uint128 amount, uint32 startTime, uint32 endTime, uint32 step, uint32 lastClaimTime)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__TokenEscrow_init(address _token)
renounceOwnership()
setCliff(address user, uint256 amount, uint256 unlockTime)
setVestingSchedule(address user, uint256 amount, uint256 startTime, uint256 endTime, uint256 step)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
CliffAdded(address indexed user, uint256 amount, uint256 unlockTime)
CliffWithdrawn(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenVested(address indexed user, uint256 amount)
VestingScheduleAdded(address indexed user, uint256 amount, uint256 startTime, uint256 endTime, uint256 step)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.