SCP Foundation
Verified contract
Active on
Ethereum with 172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x60cb…4e1d
Balances ($4.03)
Native
Value
$4.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001176 | $3,430.11 |
$4.03 | |
SCP | ERC-20 | 923.268883K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16581436 | 2 years ago | | | 0 | 0.00069899118 | |
| 16572210 | 2 years ago | | | 0 | 0.0014800604 | |
| 16306423 | 2 years ago | | | 0 | 0.00089401362 | |
| 15897367 | 2 years ago | | | 0 | 0.0015969969 | |
| 15874511 | 2 years ago | | | 0 | 0.00054002815 | |
| 15848598 | 2 years ago | | | 0 | 0.00082455205 | |
| 15830348 | 2 years ago | | | 0 | 0.00074564800 | |
| 15826422 | 2 years ago | | | 0 | 0.00051243200 | |
| 15826421 | 2 years ago | | | 0 | 0.00080036465 | |
| 15826078 | 2 years ago | | | 0 | 0.00094367013 |
ABI
ABI objects
Getter at block 21277729
BLOCKCOUNT() view returns (uint8)
1
buyFee() view returns (uint16 marketingFee, uint16 liquidityFee)
(marketingFee=3, liquidityFee=1)
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
2000000000000000000000000
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
SCP Foundation
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint16 marketingFee, uint16 liquidityFee)
(marketingFee=3, liquidityFee=1)
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
SCP
totalSupply() view returns (uint256)
100000000000000000000000000
tradingStartBlock() view returns (uint256)
15820316
uniswapV2Pair() view returns (address)
0x24d9a6ccff281076498c3e9215ca60528edc6acd
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlackListed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludefromLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBlackList(address addr, bool value)
setBuyFee(uint16 marketing, uint16 liquidity)
setMarketingWallet(address newWallet)
setMaxBuyAmount(uint256 amount)
setMaxWallet(uint256 amount)
setSellFee(uint16 marketing, uint16 liquidity)
setSwapEnabled(bool value)
setSwapTokensAtAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.