CNYx
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "CNYx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CNYx"
ABI
ABI objects
Getter at block 21220287
debaseBoolean() view returns (uint256)
0
decimals() view returns (uint8)
0
getUniSyncPairs() view returns (address[])
[]
isOwner() view returns (bool)
false
lastRebaseNeutral() view returns (bool)
false
lastRebasePositive() view returns (bool)
false
lpToShareRatio() view returns (uint256)
0
monetaryPolicy() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentToTreasury() view returns (uint256)
0
poolRewardAddress() view returns (address)
0x0000000000000000000000000000000000000000
rebasePaused() view returns (bool)
false
rebaseRewardSynth() view returns (uint256)
0
sharesAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
tenPercentCap() view returns (bool)
false
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
debaseWhitelist(address) view returns (bool)
debtOwing(address account) view returns (uint256)
debtPoints(address) view returns (uint256)
dividendsOwing(address account) view returns (uint256)
uniSyncPairs(uint256) view returns (address)
State-modifying
Events addSyncPairs(address[] uniSyncPairs_)
approve(address spender, uint256 value) returns (bool)
changeSymbol(string symbol)
claimDividends(address account) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address owner_, uint256 initialDistribution_, address seigniorageAddress)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
removeUniPair(uint256 index)
renounceOwnership()
setDebaseBoolean(uint256 val_)
setDebaseWhitelist(address user, bool val)
setLpToShareRatio(uint256 val_)
setPolicyAddress(address policy_)
setPoolAddress(address pool_)
setRebasePaused(bool paused)
setRebaseRewardCNYx(uint256 reward)
setTenPercentCap(bool _val)
setTreasury(address treasury_)
setTreasuryPercent(uint256 percent)
syncUniswapV2()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogClaim(address indexed from, uint256 value)
LogContraction(uint256 indexed epoch, uint256 synthToBurn)
LogDebaseWhitelist(address user, bool value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.