AdminUpgradeabilityProxy

Verified contract

Proxy

Active on Ethereum with 15 txns
Deployed by via 0x894eecbe at 7991659
Slot
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

No balances found for "AdminUpgradeabilityProxy"

0x4559c7e239ea83a10c1c742d0549c9ae313fa3f814aa2510065e779e5c663726
0x084b723f9db5c08eeb4f07483226f01e5d81695d866740cda4a5909a9200d0bc
0xbb8a9b987d8ed36b923287984e868fa7bb6aa4d8289f310e2f6c783f8041867a
0x237b0fdbafd16f0f82f10d74c69b9b45ca8cf2fd57122f3b47877b3b4f3e8720
0xe37566936bb2d75c6adce37aad2ac6068274914b9c3cd5d18c16803bf26e4f2e
0x8c98f8fb595a1d21a35c80ecb36587393fcb42782b574481ab648077f9db5a1d
0x84316255e0208ef5d2736037e822e7eb6802f7d46c4c88de1baee59f688604dd
0xea602ceab00003bafb01ac15c182dd0f0c4b9734e3f4d8101572113736157552
0x6e5d9374d3637a9cbc7e87f90609eb739b11ba36260a42faf5b60cc0de48350b
0x74c21c1e02d8670b92f63538490d79e5872a7720f384602d49052b463fa4f851

Functions
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 _currentPooluint256 _openDurationInBlocksuint256 _lockDurationInBlocksint256 _ticketPriceint256 _feeFractionFixedPoint18uint256 _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
changeAdmin(address newAdmin
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
createPool(returns (address)
init(address _owneraddress _moneyMarketaddress _tokenuint256 _openDurationInBlocksuint256 _lockDurationInBlocksint256 _ticketPriceint256 _feeFractionFixedPoint18bool _allowLockAnytime
initialize(address sender
renounceOwnership(
setAllowLockAnytime(bool _allowLockAnytime
setFeeFraction(int256 _feeFractionFixedPoint18
setLockDuration(uint256 _lockDurationInBlocks
setOpenDuration(uint256 _openDurationInBlocks
setTicketPrice(int256 _ticketPrice
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
AllowLockAnytimeChanged(bool allowLockAnytime
FeeFractionChanged(int256 feeFractionFixedPoint18
LockDurationChanged(uint256 durationInBlocks
OpenDurationChanged(uint256 durationInBlocks
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolCreated(address indexed pooluint256 indexed number
TicketPriceChanged(int256 ticketPrice
Constructor
constructor(address _implementationaddress _adminbytes _data
Fallback and receive
fallback(
Errors

This contract contains no error objects.