Rewards Defi
Verified contract
Active on
Ethereum with 266 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 199 additional slots
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ReDefi | ERC-20 | 5.287107 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992771 | a month ago | | | 0 | 0.00075345899 | |
| 20952559 | 2 months ago | | | 0 | 0.00042616102 | |
| 20891891 | 2 months ago | | | 0 | 0.00028441288 | |
| 20888804 | 2 months ago | | | 0 | 0.00015303146 | |
| 20853843 | 2 months ago | | | 0 | 0.00029124137 | |
| 20851079 | 2 months ago | | | 0 | 0.00038076995 | |
| 20844225 | 2 months ago | | | 0 | 0.0012466067 | |
| 20838945 | 2 months ago | | | 0 | 0.00060101450 | |
| 20838420 | 2 months ago | | | 0 | 0.00064978539 | |
| 20837509 | 2 months ago | | | 0 | 0.00049137901 |
ABI
ABI objects
Getter at block 21320609 showQualifiedAddresses() view returns (address[200])
UNISWAP_ROUTERV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
UniswapV2pair() view returns (address)
0x2ee5de22391dc22d147721908bfab407efed80a8
airdropAddress() view returns (address)
0x195e4eec577e5b95e5c9b7c5ec503f447b55700b
airdropAddressCount() view returns (uint256)
66
airdropLimit() view returns (uint256)
50000000000000000
airdrop_address_toList() view returns (address)
0xa278f06355e64011272d6765da2ee9fe4a6bd6cd
airdrop_pct() view returns (uint256)
6050000000000000
airdrop_threshold() view returns (uint256)
2500000000000000
burnRate() view returns (uint256)
12100000000000000
decimals() view returns (uint256)
18
firstrun() view returns (bool)
false
inactive_burn() view returns (uint256)
500000000000000000
isBurning() view returns (bool)
true
lastTurnTime() view returns (uint256)
1727375063
macroContraction() view returns (bool)
true
maxWallet() view returns (uint256)
200000000000000000000
max_supply() view returns (uint256)
100000000000000000000000
min_supply() view returns (uint256)
1000000000000000000000
minimum_for_airdrop() view returns (uint256)
200865481889658303
mintRate() view returns (uint256)
12100000000000000
name() view returns (string)
Rewards Defi
onepct() view returns (uint256)
10000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
showAirdropThreshold() view returns (uint256)
2500000000000000
swapTokensAtAmount() view returns (uint256)
9000000000000000000
symbol() view returns (string)
ReDefi
totalSupply() view returns (uint256)
9398780920324459091196
treasury_pct() view returns (uint256)
21350000000000000
turn() view returns (uint256)
0
tx_n() view returns (uint256)
673
Read-only
LAST_TX_LONGTERM_BURN_COUNTER(address _address) view returns (uint256)
LAST_TX_SHORTERM_BURN_COUNTER(address _address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
checkWhenLast_USER_Transaction(address _address) view returns (uint256)
lastTXtime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn_Inactive_Address(address _address) returns (bool)
burn_Inactive_Contract(address _address) returns (bool)
flashback(address[259] _list, uint256[259] _values) returns (bool)
manager_burn(address _to, uint256 _value) returns (bool)
removeLimits()
renounceOwnership()
setAirdropAddress(address _airdropAddress) returns (bool)
setSwapTokensAtAmount(uint256 _amount)
swapTokensForEth(uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _treasuryFee)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)