-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSynthToken_sWETH.readable.json
30 lines (30 loc) · 1.64 KB
/
SynthToken_sWETH.readable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
"error AlreadyInitialized()",
"error InsufficientAllowance(uint256 required, uint256 existing)",
"error InsufficientBalance(uint256 required, uint256 existing)",
"error InvalidDecayRate()",
"error InvalidParameter(string parameter, string reason)",
"error Unauthorized(address addr)",
"event Approval(address indexed owner, address indexed spender, uint256 amount)",
"event Transfer(address indexed from, address indexed to, uint256 amount)",
"function advanceEpoch() returns (uint256)",
"function allowance(address owner, address spender) view returns (uint256)",
"function approve(address spender, uint256 amount) returns (bool)",
"function balanceOf(address user) view returns (uint256)",
"function burn(address from, uint256 amount)",
"function decayRate() view returns (uint256)",
"function decimals() view returns (uint8)",
"function decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)",
"function increaseAllowance(address spender, uint256 addedValue) returns (bool)",
"function initialize(string tokenName, string tokenSymbol, uint8 tokenDecimals)",
"function isInitialized() view returns (bool)",
"function mint(address to, uint256 amount)",
"function name() view returns (string)",
"function setAllowance(address from, address spender, uint256 amount)",
"function setDecayRate(uint256 _rate)",
"function symbol() view returns (string)",
"function totalShares() view returns (uint256)",
"function totalSupply() view returns (uint256 supply)",
"function transfer(address to, uint256 amount) returns (bool)",
"function transferFrom(address from, address to, uint256 amount) returns (bool)"
]