AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 15 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 49 additional slots
0xf5dc…44dc
0x89d2…0359
0xe6e4…e6ae
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8249689 | 5 years ago | | | 0 | 0.049259240 | |
| 8249684 | 5 years ago | | | 0 | 0.00060238000 | |
| 8249676 | 5 years ago | | | 0 | 0.00060238000 | |
| 8249669 | 5 years ago | | | 0 | 0.00060238000 | |
| 8134094 | 5 years ago | | | 0 | 0.0024629620 | |
| 8134070 | 5 years ago | | | 0 | 0.00024044000 | |
| 8132389 | 5 years ago | | | 0 | 0.00092513300 | |
| 8132389 | 5 years ago | | | 0 | 0.00089529000 | |
| 8132388 | 5 years ago | | | 0 | 0.00059686000 | |
| 8018435 | 5 years ago | | | 0 | 0.0024533460 |
ABI
ABI objects
Getter at block 21165478 admin() view returns (address) implementation() view returns (address)
allowLockAnytime() view returns (bool)
true
currentPool() view returns (address)
0xe6e4154d85c52a325f4f51cec6d0fd40b974e6ae
getInfo() view returns (address _currentPool, uint256 _openDurationInBlocks, uint256 _lockDurationInBlocks, int256 _ticketPrice, int256 _feeFractionFixedPoint18, uint256 _poolCount)
(_currentPool=0xe6e4154d85c52a325f4f51cec6d0fd40b974e6ae, _openDurationInBlocks=18513, _lockDurationInBlocks=92571, _ticketPrice=20000000000000000000, _feeFractionFixedPoint18=100000000000000000, _poolCount=4)
isOwner() view returns (bool)
false
lockDurationInBlocks() view returns (uint256)
92571
moneyMarket() view returns (address)
0xf5dce57282a584d2746faf1593d3121fcac444dc
openDurationInBlocks() view returns (uint256)
18513
owner() view returns (address)
0xa145f5436741d9675f84a357249c4b90fae4b77e
poolCount() view returns (uint256)
4
ticketPrice() view returns (int256)
20000000000000000000
token() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createPool() returns (address)
init(address _owner, address _moneyMarket, address _token, uint256 _openDurationInBlocks, uint256 _lockDurationInBlocks, int256 _ticketPrice, int256 _feeFractionFixedPoint18, bool _allowLockAnytime)
initialize(address sender)
renounceOwnership()
setAllowLockAnytime(bool _allowLockAnytime)
setFeeFraction(int256 _feeFractionFixedPoint18)
setLockDuration(uint256 _lockDurationInBlocks)
setOpenDuration(uint256 _openDurationInBlocks)
setTicketPrice(int256 _ticketPrice)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AllowLockAnytimeChanged(bool allowLockAnytime)
FeeFractionChanged(int256 feeFractionFixedPoint18)
LockDurationChanged(uint256 durationInBlocks)
OpenDurationChanged(uint256 durationInBlocks)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed pool, uint256 indexed number)
TicketPriceChanged(int256 ticketPrice)
constructor(address _implementation, address _admin, bytes _data)
fallback()
This contract contains no error objects.