TreasuryV1_1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "TreasuryV1_1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TreasuryV1_1"
ABI
ABI objects
Getter at block 21124411 backingRateETHPerTOS() view returns (uint256) backingReserveTOS() view returns (uint256) enableStaking() view returns (uint256) getETHPricePerTOS() view returns (uint256) getTOSPricePerETH() view returns (uint256)
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
POLICY_ROLE() view returns (bytes32)
0xfb5864e8ff833c3cb2d2d08505e82ff02a43554c74a35d4f5a64e85261278311
allBacking() view returns (address[])
[]
allMinting() view returns (address[] mintAddress, uint256[] mintPercents)
(mintAddress=[], mintPercents=[])
backingReserve() view returns (uint256)
0
backingReserveETH() view returns (uint256)
0
calculator() view returns (address)
0x0000000000000000000000000000000000000000
claimPause() view returns (bool)
false
claimableStartTime() view returns (uint256)
0
foundationAmount() view returns (uint256)
0
foundationTotalPercentage() view returns (uint256)
0
getMintRate() view returns (uint256)
0
mintRate() view returns (uint256)
0
mintRateDenominator() view returns (uint256)
0
pauseProxy() view returns (bool)
false
poolAddressTOSETH() view returns (address)
0x0000000000000000000000000000000000000000
stakingV2() view returns (address)
0x0000000000000000000000000000000000000000
tos() view returns (address)
0x0000000000000000000000000000000000000000
totalBacking() view returns (uint256)
0
totalMinting() view returns (uint256)
0
uniswapV3Factory() view returns (address)
0x0000000000000000000000000000000000000000
wethAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
aliveImplementation(address) view returns (bool)
backingIndexPlusOne(address) view returns (uint256)
backings(uint256) view returns (address)
checkTosSolvency(uint256 amount) view returns (bool)
checkTosSolvencyAfterTOSBurn(uint256 _checkMintRate, uint256 amount) view returns (bool)
checkTosSolvencyAfterTOSMint(uint256 _checkMintRate, uint256 amount) view returns (bool)
claimableEther(uint256 tosAmount) view returns (uint256 ethAmount_)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasPermission(uint256 role, address account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
indexInRegistry(address _address, uint8 _status) view returns (bool, uint256)
isAdmin(address account) view returns (bool)
isBonder(address account) view returns (bool)
isPolicy(address account) view returns (bool)
isProxyAdmin(address account) view returns (bool)
isStaker(address account) view returns (bool)
lpTokens(uint256) view returns (uint256)
mintings(uint256) view returns (address mintAddress, uint256 mintPercents)
permissions(uint8, address) view returns (bool)
proxyImplementation(uint256) view returns (address)
registry(uint8, uint256) view returns (address)
selectorImplementation(bytes4) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
viewMintingInfo(uint256 _index) view returns (address mintAddress, uint256 mintPercents)
State-modifying
Events addAdmin(address account)
addBackingList(address _address)
addBondAsset(address _address)
addPolicy(address _account)
addProxyAdmin(address _owner)
claim(uint256 tosAmount)
deleteBackingList(address _address)
deletePolicy(address _account)
disable(uint256 _status, address _toDisable)
enable(uint256 _status, address _address)
foundationDistribute()
grantRole(bytes32 role, address account)
removeAdmin()
removePolicy()
removeProxyAdmin()
renounceRole(bytes32 role, address account)
requestMint(uint256 _mintAmount, uint256 _payout, bool _distribute)
requestTransfer(address _recipient, uint256 _amount)
revokeRole(bytes32 role, address account)
setCalculator(address _calculator)
setClaimPause(bool _pause)
setClaimableStartTime(uint32 _startTime)
setFoundationDistributeInfo(address[] _address, uint256[] _percents)
setMR(uint256 _mrRate, uint256 amount, bool _isBurn)
setMintRateDenominator(uint256 _mintRateDenominator)
setPoolAddressTOSETH(address _poolAddressTOSETH)
setUniswapV3Factory(address _uniswapFactory)
setWeth(address _wethAddress)
tosBurn(uint256 amount)
transferAdmin(address newAdmin)
transferProxyAdmin(address newAdmin)
AddedBackingList(address _address)
BurnedTos(uint256 amount)
Claimed(address account, uint256 tosAmount, uint256 ethAmount)
DeletedBackingList(address _address)
DistributedFoundation(address to, uint256 amount)
Permissioned(address addr, uint256 indexed status, bool result)
RequestedMint(uint256 _mintAmount, uint256 _payout, bool _distribute)
RequestedTransfer(address _recipient, uint256 _amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetCalculator(address calculatorAddress)
SetClaimPause(bool _pause)
SetClaimableStartTime(uint32 _startTime)
SetFoundationDistributeInfo(address[] _addr, uint256[] _percents)
SetMintRate(uint256 mrRate, uint256 amount, bool isBurn)
SetMintRateDenominator(uint256 _mintRateDenominator)
SetPoolAddressTOSETH(address _poolAddressTOSETH)
SetUniswapV3Factory(address _uniswapFactory)
SetWethAddress(address _wethAddress)
constructor()
This contract contains no fallback and receive objects.
PassedTimeError()