xSNX
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "xSNX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "xSNX"
ABI
ABI objects
Getter at block 20887336
decimals() view returns (uint8)
0
feeDivisors() view returns (uint256 mintFee, uint256 burnFee, uint256 claimFee)
(mintFee=0, burnFee=0, claimFee=0)
getClaimFeeDivisor() view returns (uint256)
0
isOwner() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pauser() view returns (address)
0x4c0c29539c463af348f8cba8c02d644a8d68c320
symbol() view returns (string)
totalSupply() view returns (uint256)
0
withdrawableEthFees() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 tokensToRedeem)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _tradeAccountingAddress, address _kyberProxyAddress, address _snxAddress, address _susdAddress, address _xsnxAdmin, address _ownerAddress, uint256 _mintFeeDivisor, uint256 _burnFeeDivisor, uint256 _claimFeeDivisor)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
mint(uint256 minRate) payable
mintWithSnx(uint256 snxAmount)
pause()
renounceOwnership()
setFeeDivisors(uint256 mintFeeDivisor, uint256 burnFeeDivisor, uint256 claimFeeDivisor)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawFees()
withdrawNativeToken()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed user, uint256 timestamp, uint256 burnAmount, uint256 valueToSend)
Mint(address indexed user, uint256 timestamp, uint256 valueSent, uint256 mintAmount, bool mintWithEth)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
WithdrawFees(uint256 ethAmount, uint256 susdAmount, uint256 snxAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.