ETHREAPERS
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.57)
Native
Value
$1.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000434 | $3,612.71 |
$1.57 | |
REAPERS | ERC-20 | 850.655832 | -- | -- | |
UNI-V2 | ERC-20 | 39.837959 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20411066 | 4 months ago | | | 0 | 0.00013626591 | |
| 16054160 | 2 years ago | | | 0 | 0.00054753773 | |
| 15884416 | 2 years ago | | | 0 | 0.0013920588 | |
| 15824343 | 2 years ago | | | 0 | 0.00057717355 | |
| 15824300 | 2 years ago | | | 0 | 0.00043961355 | |
| 15822693 | 2 years ago | | | 0 | 0.00068178769 | |
| 15821956 | 2 years ago | | | 0 | 0.00060598598 | |
| 15821852 | 2 years ago | | | 0 | 0.00093233129 | |
| 15821695 | 2 years ago | | | 0 | 0.00063099809 | |
| 15821143 | 2 years ago | | | 0 | 0.00063515387 |
ABI
ABI objects
Getter at block 21313997
_maxTxAmount() view returns (uint256)
10000000000000000000000
_maxWalletSize() view returns (uint256)
20000000000000000000000
buyFee() view returns (uint8 liquidity, uint8 marketing)
(liquidity=1, marketing=5)
decimals() view returns (uint8)
18
name() view returns (string)
ETHREAPERS
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8 liquidity, uint8 marketing)
(liquidity=1, marketing=5)
symbol() view returns (string)
REAPERS
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x5f2b8fe62afc91804e8e973d199d7af1b1026a2e
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlackListed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFee(address account)
excludeFromLimit(address account)
includeInFee(address account)
includeInLimit(address account)
manualBlacklist(address addr, bool value)
renounceOwnership()
setBothFees(uint8 buy_liquidity, uint8 buy_marketing, uint8 sell_liquidity, uint8 sell_marketing)
setSwapAndLiquifyEnabled(bool _enabled)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.