Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2bd6…2189
0x4e34…ee12
0x798e…a431
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,351.04 |
$0 | |
USA | ERC-20 | 1 | $0.000734 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
RISE | ERC-20 | 346.315925K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- | |
OHNO | ERC-20 | 633 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22419262 | 8 days ago | | | 0 | 2.5226587e-7 | |
| 22306358 | 11 days ago | | | 0 | 1.3480362e-7 | |
| 22300919 | 11 days ago | | | 0 | 1.8401925e-7 | |
| 22237529 | 12 days ago | | | 0 | 0.000093409001 | |
| 21980124 | 18 days ago | | | 0 | 1.7840362e-7 | |
| 21700531 | 25 days ago | | | 0 | 2.4620284e-7 | |
| 21689585 | 25 days ago | | | 0 | 2.9386590e-7 | |
| 21566249 | a month ago | | | 0 | 1.3131856e-7 | |
| 21554915 | a month ago | | | 0 | 1.4047482e-7 | |
| 21554877 | a month ago | | | 0 | 2.4620284e-7 |
ABI
ABI objects
Getter at block 22775104
_totalProportion() view returns (uint256)
953486733717885117499545510
buyFee() view returns (uint8 reflection, uint8 marketing, uint8 development, uint8 buyback, uint8 burn, uint128 total)
(reflection=1, marketing=1, development=1, buyback=1, burn=1, total=5)
decimals() pure returns (uint8)
18
getCirculatingSupply() view returns (uint256)
900312199023407423623871416
lpAdded() view returns (bool)
true
maxTaxSwap() view returns (uint256)
2500000000000000000000000
maxTx() view returns (uint256)
1000000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000000
name() pure returns (string)
Rise
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8 reflection, uint8 marketing, uint8 development, uint8 buyback, uint8 burn, uint128 total)
(reflection=1, marketing=1, development=1, buyback=1, burn=1, total=5)
symbol() pure returns (string)
RISE
totalSupply() pure returns (uint256)
1000000000000000000000000000
Read-only
_rOwned(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
tokenFromReflection(uint256 proportion) view returns (uint256)
tokensToProportion(uint256 tokens) view returns (uint256)
State-modifying
Events airdrop(struct RiseV2Airdrop[] arr)
airdropRest()
approve(address spender, uint256 amount) returns (bool)
changeFees(uint8 reflectionFeeBuy, uint8 marketingFeeBuy, uint8 developmentFeeBuy, uint8 buybackFeeBuy, uint8 burnFeeBuy, uint8 reflectionFeeSell, uint8 marketingFeeSell, uint8 developmentFeeSell, uint8 buybackFeeSell, uint8 burnFeeSell)
launch(uint256 amount) payable
removeLimits()
renounceOwnership()
resetETH()
resetOthers(address token)
resetSelf()
setBots(address[] bots_, bool isBot_)
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)
MaxTxAmountUpdated(uint256 maxTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reflect(uint256 amountReflected, uint256 newTotalProportion)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
Bot()
Initialized()
InvalidAddress()
InvalidAmount()
MaxTx()
MaxWallet()
NotOwner()
NotSelf()
TaxTooHigh()
ZeroToken()
ZeroValue()