Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEAR | ERC-20 | 419.994335K | -- | -- | |
XVIX | ERC-20 | 48.629308 | -- | -- | |
YFD | ERC-20 | 2.646302 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151148 | 3 days ago | | | 0 | 0.00053884504 | |
| 21055033 | 16 days ago | | | 0 | 0.00012076216 | |
| 21055031 | 16 days ago | | | 0 | 0.00011656094 | |
| 21055029 | 16 days ago | | | 0 | 0.00012465083 | |
| 21047816 | 17 days ago | | | 0 | 0.00011161440 | |
| 20947449 | a month ago | | | 0 | 0.00019579629 | |
| 20870981 | a month ago | | | 0 | 0.00053007460 | |
| 20376767 | 4 months ago | | | 0 | 0.00020839302 | |
| 20354356 | 4 months ago | | | 0 | 0.000060841746 | |
| 20254845 | 4 months ago | | | 0 | 0.000094317509 |
ABI
ABI objects
Getter at block 21170341
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
MAX_BURN_BASIS_POINTS() view returns (uint256)
500
MAX_FUND_BASIS_POINTS() view returns (uint256)
20
MAX_INTERVALS_PER_REBASE() view returns (uint256)
10
MAX_NORMAL_DIVISOR() view returns (uint256)
100000000000000000000000
MAX_REBASE_BASIS_POINTS() view returns (uint256)
500
MAX_REBASE_INTERVAL() view returns (uint256)
604800
MIN_REBASE_INTERVAL() view returns (uint256)
1800
SAFE_DIVISOR() view returns (uint256)
100000000
_normalSupply() view returns (uint256)
198067164800927436653075170933
_safeSupply() view returns (uint256)
3133809681142338264794394198457
decimals() view returns (uint8)
18
defaultReceiverBurnBasisPoints() view returns (uint256)
43
defaultReceiverFundBasisPoints() view returns (uint256)
7
defaultSenderBurnBasisPoints() view returns (uint256)
0
defaultSenderFundBasisPoints() view returns (uint256)
0
distributor() view returns (address)
0x2b35cccd8a0bdd17ec2f7e28d8929723826f13d5
floor() view returns (address)
0x40ed3699c2ffe43939ecf2f3d11f633b522820ad
fund() view returns (address)
0xd89119585c4612f2a31de9e9a6bb0513121ce7c3
gov() view returns (address)
0xcc2047098de9716f2b8f68bfee31e8dfba30cdbd
govHandoverTime() view returns (uint256)
1613978863
maxSupply() view returns (uint256)
179924744136737309532107
minter() view returns (address)
0x452dcefd77ee4cc41373cc1a3207d8969f1c21b2
name() view returns (string)
XVIX
nextRebaseTime() view returns (uint256)
1731171600
normalDivisor() view returns (uint256)
495713979
normalSupply() view returns (uint256)
399559369296961941541
rebaseBasisPoints() view returns (uint256)
2
rebaseInterval() view returns (uint256)
3600
safeSupply() view returns (uint256)
31338096811423382647943
symbol() view returns (string)
XVIX
totalSupply() view returns (uint256)
31737656180720344589484
website() view returns (string)
https://xvix.finance/
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
safes(address) view returns (bool)
transferConfigs(address) view returns (bool active, uint256 senderBurnBasisPoints, uint256 senderFundBasisPoints, uint256 receiverBurnBasisPoints, uint256 receiverFundBasisPoints)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount) returns (bool)
clearTransferConfig(address _msgSender)
createSafe(address _account)
destroySafe(address _account)
mint(address _account, uint256 _amount) returns (bool)
rebase() returns (bool)
setDefaultTransferConfig(uint256 _senderBurnBasisPoints, uint256 _senderFundBasisPoints, uint256 _receiverBurnBasisPoints, uint256 _receiverFundBasisPoints)
setDistributor(address _distributor)
setFloor(address _floor)
setFund(address _fund)
setGov(address _gov)
setMinter(address _minter)
setRebaseConfig(uint256 _rebaseInterval, uint256 _rebaseBasisPoints)
setTransferConfig(address _msgSender, uint256 _senderBurnBasisPoints, uint256 _senderFundBasisPoints, uint256 _receiverBurnBasisPoints, uint256 _receiverFundBasisPoints)
setWebsite(string _website)
toast(uint256 _amount) returns (bool)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ClearTransferConfig(address indexed msgSender)
CreateSafe(address safe, uint256 balance)
DefaultTransferConfigChange(uint256 senderBasisPoints, uint256 senderFundBasisPoints, uint256 receiverBurnBasisPoints, uint256 receiverFundBasisPoints)
DestroySafe(address safe, uint256 balance)
FloorPrice(uint256 capital, uint256 supply)
GovChange(address gov)
Rebase(uint256 normalDivisor, uint256 nextRebaseTime)
RebaseConfigChange(uint256 rebaseInterval, uint256 rebaseBasisPoints)
SetTransferConfig(address indexed msgSender, uint256 senderBasisPoints, uint256 senderFundBasisPoints, uint256 receiverBurnBasisPoints, uint256 receiverFundBasisPoints)
Toast(address indexed account, uint256 value, uint256 maxSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, uint256 _maxSupply, uint256 _govHandoverTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.