TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 109 txns
Deployed by via 0x61150c7b at 19011153
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,703.59
0x3b32b9ef5518114b7206f0f416ff2286df0dad44865d8bc3977c0f8006eeb72c
0xf9d6ef75937adbf7d319e9e1011da556f0ad0bfc0d23da5bcadac1dff1ce8a6a
0x39b3f006789d38ec806ba7b2ff39f18675d3ec9f0c6b2002097d44bc09bf6856
0xc32e361bf5ff14c40e25991625cd04c9c84025aceae320a09134501a4e9a4e6b
0xa4415b7d82facaf24e29e544f969d39b81227f232de916fcde4d79159c9147e7
0x719ea99c837c5393da58727ab30b7195d04ad6b8633d0e35ef664ebdd6c7e066
0x73cbb49b8280c2b681e03789ae5d8bba6ac2a6e7f5dc9af311a9a0e85c93f86b
0xadcc5d3f62ddcf0a001d42b7dfc55d406e66cf25812904d5b44e46eca6dd39c3
0x8684d286556a89bedbedc46256b206e1f75049c8bd56a38aa75c1752096b39c3
0x9aa4535b15ab729ac4baa10383e97afc3313585cd951dc2c6cdd7db9e1febbb9

Functions
Getter at block 20873537
duration(view returns (uint256)
7776000
esTokaToken(view returns (address)
0x689dff8723ed28fa217d04a302d363ca536f1187
owner(view returns (address)
0x221ff6fdd18dd903680bcce739f8ffb84927fda8
paused(view returns (bool)
false
tokaToken(view returns (address)
0x2a85556a6701a02e75bc4de8ec340c6de1b29f72
Read-only
pendingReleaseAmount(address _userview returns (uint256 amount)
userVestingInfo(addressview returns (uint256 startuint256 amountuint256 amountReleasePerSecuint256 released)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
claim(
collect(address _tokenuint256 _amountbool _isETH
initialize(address _esTokaTokenaddress _tokaToken
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
vesting(uint256 _amount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Claim(address indexed useruint256 amount
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Vesting(address indexed useruint256 amount
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token