StakedTokenV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb3069963 at 12561037
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "StakedTokenV2"

No transactions found for "StakedTokenV2"


Functions
Getter at block 20846385
decimals(view returns (uint8)
0
downstreamCaller(view returns (address)
0x0000000000000000000000000000000000000000
downstreamCallerAddress(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
supplyController(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalShares(view returns (uint256)
0
totalSupply(view returns (uint256)
0
 
transactionsSize(view returns (uint256)
Read-only
allowance(address owner_address spenderview returns (uint256)
balanceOf(address whoview returns (uint256)
isBlacklisted(addressview returns (bool)
sharesOf(address whoview returns (uint256)
State-modifying
addTransaction(address destinationbytes datareturns (uint256)
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
distributeTokens(uint256 supplyChange_bool positivereturns (uint256)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint8 decimals_uint256 maxExpectedSupply_uint256 initialSupply_
mint(address accountuint256 amount
pause(
removeTransaction(uint256 index
renounceOwnership(
setBlacklisted(address accountbool _isBlacklisted
setDownstreamCaller(address _downstreamCaller
setName(string name_
setSupplyController(address supplyController_
setSymbol(string symbol_
setTransactionEnabled(uint256 indexbool enabled
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Blacklisted(address indexed accountbool isBlacklisted
LogSupplyControllerUpdated(address supplyController
LogTokenDistribution(uint256 oldTotalSupplyuint256 supplyChangebool positiveuint256 newTotalSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
WarningMaxExpectedSupplyExceeded(uint256 totalSupplyuint256 totalShares
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.