The Start of Something Real
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
14 | ERC-20 | 29.944718M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15554747 | 2 years ago | | | 0 | 0.00030438975 | |
| 15554747 | 2 years ago | | | 0 | 0.00032800925 | |
| 15554746 | 2 years ago | | | 0 | 0.00032715564 | |
| 15554740 | 2 years ago | | | 0 | 0.00065230119 | |
| 15554739 | 2 years ago | | | 0 | 0.0028343400 | |
| 15554737 | 2 years ago | | | 0 | 0.00039087749 | |
| 15554737 | 2 years ago | | | 0 | 0.00039087749 | |
| 15554736 | 2 years ago | | | 0 | 0.00042139173 | |
| 15554734 | 2 years ago | | | 0 | 0.00032013737 | |
| 15554727 | 2 years ago | | | 0 | 0.0015065916 |
ABI
ABI objects
Getter at block 21226399
_buyDevelopmentFees() view returns (uint256)
0
_buyLiquidityFees() view returns (uint256)
2
_buyMarketingFees() view returns (uint256)
3
_developmentShares() view returns (uint256)
0
_liquidityShares() view returns (uint256)
4
_marketingShares() view returns (uint256)
6
_maxTxAmount() view returns (uint256)
20000000000000000
_sellDevelopmentFees() view returns (uint256)
0
_sellLiquidityFees() view returns (uint256)
2
_sellMarketingFees() view returns (uint256)
3
_totalDistributionShares() view returns (uint256)
10
_totalTaxIfBuying() view returns (uint256)
5
_totalTaxIfSelling() view returns (uint256)
5
_walletMax() view returns (uint256)
20000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
1000000000000000000
name() view returns (string)
The Start of Something Real
owner() view returns (address)
0xbe2b796a6a697509f8c74e62196b8cc238076863
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
14
totalSupply() view returns (uint256)
1000000000000000000
uniswapPair() view returns (address)
0x741404d60fa9e206ea3055044e2a37947a62bd95
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
adjustMaxTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newDevelopmentShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
setcheckExcludedFromFees(address account, bool newValue)
setcheckTxLimitExcept(address holder, bool exempt)
setcheckWalletLimitExcept(address holder, bool exempt)
settaxWallet1(address newAddress)
settaxWallet2(address newAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.