TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3 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) |
---|---|---|---|---|---|---|---|
| 13339528 | 3 years ago | | | 0 | 0.19266550 | |
| 12561511 | 4 years ago | | | 0 | 0.071741600 | |
| 12555359 | 4 years ago | | | 0 | 0.080829728 |
ABI
ABI objects
Getter at block 21389049
allPoolsLength() view returns (uint256)
3
owner() view returns (address)
0xd9fa0c2a3501cecc3a6af573328f2869cb3338dd
paused() view returns (bool)
false
Read-only
allPools(uint256) view returns (address)
getCreatedPoolsByToken(address _creator, address _token) view returns (address[])
getCreatedPoolsLengthByToken(address _creator, address _token) view returns (uint256)
getPools(address, address, uint256) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize()
pause()
registerPool(address _token, uint256 _duration, uint256 _openTime, address _offeredCurrency, uint256 _offeredCurrencyDecimals, uint256 _offeredRate, address _wallet, address _signer) returns (address pool)
transferOwnership(address _newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PresalePoolCreated(address registedBy, address indexed token, address indexed pool, uint256 poolId)
Unpause()
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.