TWOBASED
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 43 additional slots
-
variable spans 48 additional slots
27 additional
variables
Balances ($0.00)
No balances found for "TWOBASED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TWOBASED"
ABI
ABI objects
Getter at block 20796931 externalRebasingPriceUSD() view returns (uint256) getJackpotValueUSD() view returns (uint256) getPrices() view returns (uint256, uint256) info() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint8, uint256, uint256)
_limitExpiresTimestamp() view returns (uint256)
0
_limitMaxBalance() view returns (uint256)
0
_limitSellFeePercent() view returns (uint256)
0
_limitTimestamp() view returns (uint256)
0
_limitTransferAmount() view returns (uint256)
0
_rebaseJackpotLastBlock() view returns (uint256)
0
_rebaseJackpotLevel() view returns (uint8)
0
_rebaseJackpotRewardDivisor() view returns (uint256)
0
_rebaseLastPriceUSD() view returns (uint256)
0
_rebaseLastPriceUSDCumulative() view returns (uint256)
0
_rebaseNegativePercent() view returns (int256)
0
_rebaseNegativePriceUSD() view returns (uint256)
0
_rebaseNextSeconds() view returns (uint256)
0
_rebaseNextTimestamp() view returns (uint256)
0
_rebaseOptionsTimestamp() view returns (uint256)
0
_rebasePaused() view returns (bool)
false
_rebasePositivePercent() view returns (int256)
0
_rebasePositivePriceUSD() view returns (uint256)
0
_rebaseTokensMinSupplyPercent() view returns (uint256)
0
_rebasingPriceLastBlock() view returns (uint256)
0
_rebasingPriceStartBlock() view returns (uint256)
0
_rebasingPriceUSD() view returns (uint256)
0
_rebasingPriceUseCurrent() view returns (bool)
false
_router() view returns (address)
0x0000000000000000000000000000000000000000
_sellFeeAddress() view returns (address)
0x0000000000000000000000000000000000000000
_sellFeePercent() view returns (uint256)
0
_sellFeeTimestamp() view returns (uint256)
0
_tokenQuote() view returns (address)
0x0000000000000000000000000000000000000000
_tokenUSD() view returns (address)
0x0000000000000000000000000000000000000000
_vault() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
getMinTokensToRebase() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
transactionsSize() view returns (uint256)
0
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
afterLaunch()
approve(address spender, uint256 value) returns (bool)
beforeLaunch(uint256 rebaseFirstTimestamp, uint256 limitExpiresTimestamp, uint256 limitTransferAmount, uint256 limitMaxBalance, uint256 limitSellFeePercent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 initialSupply, address router, address tokenQuote, address tokenUSD, address team, address dev, address eco, address vault)
rebase() returns (uint256)
removeTransaction(uint256 index)
renounceOwnership()
resetJackpot()
setDistributor(address account, bool distributor)
setExchanger(address account, bool exchanger)
setLimit(uint256 expiresTimestamp, uint256 transferAmount, uint256 maxBalance, uint256 sellFeePercent)
setRebaseOptions(bool rebasePaused, int256 rebasePositivePercent, uint256 rebasePositivePriceUSD, int256 rebaseNegativePercent, uint256 rebaseNegativePriceUSD, bool rebasingPriceUseCurrent, uint256 rebaseTokensMinSupplyPercent, uint256 rebaseNextTimestamp, uint256 rebaseNextSeconds, uint8 rebaseJackpotLevel, uint256 rebaseJackpotLastBlock, uint256 rebaseJackpotRewardDivisor, uint256 rebaseLastPriceUSD)
setSellFee(uint256 sellFeePercent, address sellFeeAddress)
setTokenUSD(address token)
setTransactionEnabled(uint256 index, bool enabled)
setUniswapRouter(address router)
setVault(address vault)
transfer(address to, uint256 value) returns (bool)
transferERC20(address token, uint256 amount, address to) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebase(uint256 indexed epoch, uint256 priceUSD, int256 rebasePercent, uint256 totalSupply, uint8 jackpotLevel)
TransactionFailed(address indexed destination, uint256 index, bytes data)
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.