PegToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x55f42ada at 15463584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PegToken"

No transactions found for "PegToken"


Functions
Getter at block 20858345
accessControlProxy(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
isPaused(view returns (bool)
false
name(view returns (string)
symbol(view returns (string)
totalShares(view returns (uint256)
0
 
totalSupply(view returns (uint256)
vaultAddr(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getSharesByUnderlyingUnits(uint256 _underlyingUnitsview returns (uint256)
getUnderlyingUnitsByShares(uint256 _sharesAmountview returns (uint256)
sharesOf(address _accountview returns (uint256)
State-modifying
approve(address _spenderuint256 _amountreturns (bool)
burnShares(address _accountuint256 _sharesAmount
changePauseState(bool _isPaused
decreaseAllowance(address _spenderuint256 _subtractedValuereturns (bool)
increaseAllowance(address _spenderuint256 _addedValuereturns (bool)
initialize(string _nameArgstring _symbolArguint8 _decimalsArgaddress _vaultaddress _accessControlProxy
mintShares(address _recipientuint256 _sharesAmount
transfer(address _recipientuint256 _amountreturns (bool)
transferFrom(address _senderaddress _recipientuint256 _amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BurnShares(address _accountuint256 _shareAmount
Initialized(uint8 version
Migrate(address[] _accounts
MintShares(address _accountuint256 _shareAmount
PauseStateChanged(bool _isPaused
Transfer(address indexed fromaddress indexed touint256 value
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.