Red Koopa Shell
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHELL | ERC-20 | 294K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18594235 | a year ago | | | 0 | 0.0012086302 | |
| 18594235 | a year ago | | | 0 | 0.0014417802 | |
| 18594235 | a year ago | | | 0 | 0.0025426728 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 | |
| 18594234 | a year ago | | | 0 | 0.0014219882 |
ABI
ABI objects
Getter at block 21228587
UNISWAP_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UNISWAP_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
UNISWAP_V2_PAIR() view returns (address)
0x814b959312ba583da47525ffca89db832bb610c7
buyTax() view returns (uint256)
30
decimals() view returns (uint8)
18
limitsActive() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
10000000000000000000000
maxWalletBalance() view returns (uint256)
10000000000000000000000
name() view returns (string)
Red Koopa Shell
owner() view returns (address)
0x4b6fa5e23e65fd208621188fd0646a5f3997e069
platformWallet() view returns (address)
0xaf0838a2ba212f4a0a58469a96566dde16f1ae1e
sellTax() view returns (uint256)
30
specifications() view returns (string name, string symbol, uint256 supply, uint8 maxWallet, uint8 maxTransaction, uint8 platformFee, uint8 buyTax, uint8 sellTax)
(name=Red Koopa Shell, symbol=SHELL, supply=1000000, maxWallet=1, maxTransaction=1, platformFee=10, buyTax=30, sellTax=30)
swapEnabled() view returns (bool)
false
swapThreshold() view returns (uint256)
5000000000000000000000
symbol() view returns (string)
SHELL
taxFeeReceiver() view returns (address)
0x4b6fa5e23e65fd208621188fd0646a5f3997e069
totalSupply() view returns (uint256)
1000000000000000000000000
tradingActive() view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdropTokens(address[] addresses, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
setMaxTransactionAmount(uint256 _newMaxTransactionPercentage)
setMaxWalletAmount(uint256 _newMaxWalletPercentage)
setSwapBackThreshold(uint256 _newThresholdAmountInTokens)
setTaxReceiverWallet(address _newTaxFeeReceiver)
setTaxes(uint256 _newBuyTax, uint256 _newSellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive)
ExcludeFromFees(address indexed account, bool isExcluded)
LimitsRemoved()
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedMaxTxnAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedTaxReceiverWallet(address indexed newWallet)
constructor(string _name, string _symbol, address _platformAddress, uint256 _tokenSupply, uint8 _maxWalletPercentage, uint8 _maxTxPercentage, uint8 _platformFee, uint8 _buyTax, uint8 _sellTax)
receive()
This contract contains no error objects.