TokenControllerV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "TokenControllerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokenControllerV2"
ABI
ABI objects
Getter at block 21169412 totalSupply() view returns (uint256)
bLOTToken() view returns (address)
0x0000000000000000000000000000000000000000
marketRegistry() view returns (address)
0x0000000000000000000000000000000000000000
masterAddress() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
vesting() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.