OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 179 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
0x72f0…66bb
0xe210…c851
0x82cb…5d36
0x5172…67e6
Balances ($119.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLOT | ERC-20 | 20.93446K | $0.005708 |
$119.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12811029 | 3 years ago | | | 0 | 0.00073351300 | |
| 12164958 | 4 years ago | | | 0 | 0.0066907470 | |
| 12122285 | 4 years ago | | | 0 | 0.0073045770 | |
| 12111870 | 4 years ago | | | 0 | 0.0082867050 | |
| 12094353 | 4 years ago | | | 0 | 0.0071204280 | |
| 12087555 | 4 years ago | | | 0 | 0.0071204280 | |
| 12081868 | 4 years ago | | | 0 | 0.0065065980 | |
| 12081471 | 4 years ago | | | 0 | 0.0071204280 | |
| 12069146 | 4 years ago | | | 0 | 0.0077342581 | |
| 12054324 | 4 years ago | | | 0 | 0.013302060 |
ABI
ABI objects
Getter at block 21169412
implementation() view returns (address impl)
0x34216aac80356df98387d6a18a9471229071c320
proxyOwner() view returns (address owner)
0x03c41c5aff6d541ef7d4c51c8b2e32a5d4427275
bLOTToken() view returns (address)
0x82cb6cd09bf80fb4014935871ff553b027255d36
marketRegistry() view returns (address)
0xe210330d6768030e816d223836335079c7a0c851
masterAddress() view returns (address)
0x03c41c5aff6d541ef7d4c51c8b2e32a5d4427275
token() view returns (address)
0x72f020f8f3e8fd9382705723cd26380f8d0c66bb
totalSupply() view returns (uint256)
200000000000000000000000000
vesting() view returns (address)
0x5172c83b5316b86861802d29746d8435f4cb67e6
Read-only
getUintParameters(bytes8 code) view returns (bytes8 codeVal, uint256 val)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
isAuthorizedToGovern(address _toCheck) view returns (bool)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _implementation)
burnLockedTokens(address _of, bytes32 _reason, uint256 _amount) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
initiateVesting(address _vesting)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
lockForGovernanceVote(address _of, uint256 _period)
setMasterAddress()
swapBLOT(address _of, address _to, uint256 _amount)
transferFrom(address _token, address _of, address _to, uint256 _amount)
unlock(address _of) returns (uint256 unlockableTokens)
updateUintParameters(bytes8 code, uint256 val)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
Burned(address indexed member, bytes32 lockedUnder, uint256 amount)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor(address _implementation)
fallback()
This contract contains no error objects.