The Secret Coin
Verified contract
Active on
Ethereum with 1,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TSC | ERC-20 | 13.103889M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024316 | 23 days ago | | | 0 | 0.00020899436 | |
| 21024281 | 23 days ago | | | 0 | 0.00032644097 | |
| 20612552 | 3 months ago | | | 0 | 0.000084772706 | |
| 20574566 | 3 months ago | | | 0 | 0.000050208363 | |
| 20566909 | 3 months ago | | | 0 | 0.000056285564 | |
| 20460122 | 3 months ago | | | 0 | 0.00055676997 | |
| 20340533 | 4 months ago | | | 0 | 0.00037270462 | |
| 20258047 | 4 months ago | | | 0 | 0.00012016222 | |
| 20251175 | 4 months ago | | | 0 | 0.000055873612 | |
| 20244517 | 4 months ago | | | 0 | 0.00014244131 |
ABI
ABI objects
Getter at block 21189827
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
10154131434287298855370400
lpTokensReceiver() view returns (address)
0x0000000000000000000000000000000000000000
maxBuyAmount() view returns (uint256)
200000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
200000000000000000000000000000
name() view returns (string)
The Secret Coin
owner() view returns (address)
0x4b43d612069bfa9a546d2d8096b676ecb694235b
pairV2() view returns (address)
0xabb4aa482335fb9559ad435b0769b733d5e07425
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
secretcoinmarketingbudgetAddress() view returns (address)
0x32162059eac9a0a0c51889ec9b3ae371dd5ca5ce
swapThreshold() view returns (uint256)
300000000000000000000000000
symbol() view returns (string)
TSC
totalSupply() view returns (uint256)
972500000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
secretcoinmarketingbudgetFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
lpTokensReceiverSetup(address _newAddress)
renounceOwnership()
secretcoinmarketingbudgetAddressSetup(address _newAddress)
secretcoinmarketingbudgetFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
LpTokensReceiverUpdated(address lpTokensReceiver)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
secretcoinmarketingbudgetAddressUpdated(address secretcoinmarketingbudgetAddress)
secretcoinmarketingbudgetFeeSent(address recipient, uint256 amount)
secretcoinmarketingbudgetFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.