TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x0e7f…5294
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13270259 | 3 years ago | | | 0 | 0.0025430300 |
ABI
ABI objects
Getter at block 21396002
TokenVestingInstance() view returns (address)
0x0e7f5c3c2a30823662045c3866681622bf4a5294
getTokenVesting() view returns (address)
0x0e7f5c3c2a30823662045c3866681622bf4a5294
owner() view returns (address)
0xd1905280f456e111016ce79f9c907d8d917b9868
rollWallet() view returns (address)
0x86babeb53683382890890147b714040d3ffb0ee7
Read-only
calculateProportions(uint256 _totalSupply, uint8 _initialPercentage, uint8 _initialPlatformPercentage, uint8 _referralPercentage) pure returns (uint256[4] proportions)
scalePercentages(uint256 _totalSupply, uint8 p0, uint8 p1, uint8 p2) pure returns (uint256[3] proportions)
validateTokenVestingOwner(address a1, address a2) view
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createToken(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply, uint8 _initialPercentage, uint256 _vestingPeriodInDays, address _vestingBeneficiary, uint8 _initialPlatformPercentage, address _referral, uint8 _referralPercentage) returns (address token)
initialize(address _tokenVesting, address _rollWallet)
migrateTokenFactory(address _newTokenFactory)
renounceOwnership()
setPlatformWallet(address _newPlatformWallet)
setTokenVesting(address _newTokenVesting)
setVestingAddress(address _vestingBeneficiary, address _token, address _newVestingBeneficiary)
setVestingReferral(address _vestingBeneficiary, address _token, address _vestingReferral)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
LogTokenCreated(string name, string symbol, address indexed token, address vestingBeneficiary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.