THE ADAM PROJECT
Verified contract
Active on
Ethereum with 130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
10 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,914.17 |
$0 | |
ADAM | ERC-20 | 479.354569K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18511946 | a year ago | | | 0 | 0.00076610361 | |
| 18511847 | a year ago | | | 0 | 0.00064759222 | |
| 18457879 | a year ago | | | 0 | 0.00052198403 | |
| 18333184 | a year ago | | | 0 | 0.00042207123 | |
| 18331873 | a year ago | | | 0 | 0.00023789397 | |
| 18331772 | a year ago | | | 0 | 0.00022227878 | |
| 18330940 | a year ago | | | 0 | 0.00020765610 | |
| 18330778 | a year ago | | | 0 | 0.00023927718 | |
| 18328686 | a year ago | | | 0 | 0.00041396972 | |
| 18328682 | a year ago | | | 0 | 0.00040858167 |
ABI
ABI objects
Getter at block 21384255
baseBuyFee() view returns (uint256)
3000
baseSellFee() view returns (uint256)
4000
decimals() pure returns (uint8)
9
devWallet() view returns (address)
0xa4f73491878eb63654f7150b3a89ddad8a331d1a
factory() view returns (address)
0x0000000000000000000000000000000000000000
getCirculatingSupply() view returns (uint256)
10000000000000000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
launchedAt() view returns (uint256)
18286067
liquidityPool() view returns (address)
0x2a8807c99887bb8e55c1116c93bf5913e6832dcf
marketingWallet() view returns (address)
0x0a54873ce6705a69b9a10199b07c2eb7ea15e2eb
maxBuy() view returns (uint256)
200000000000000
maxBuyEnabled() view returns (bool)
true
name() pure returns (string)
THE ADAM PROJECT
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x2a8807c99887bb8e55c1116c93bf5913e6832dcf
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
10000000
symbol() pure returns (string)
ADAM
totalSupply() view returns (uint256)
10000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
isTxExempt(address) view returns (bool)
isWalletExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxExempt(address holder, bool exempt)
changeIsWalletExempt(address holder, bool exempt)
changeMaxBuyAmount(uint256 _amt)
changeMaxTransaction(uint256 _amt)
changeMaxWallet(uint256 _amt)
changeSwapBackSettings(bool enableSwapBack, uint256 newSwapBackLimit)
clearStuckETH()
clearStuckTokens(address contractAddress)
distributeTokensByAmount(address[] _airdropAddresses, uint256[] _airdropAmounts)
launchSequence(uint256 hold)
manualSwapBack()
massDistributeTokens(address[] _airdropAddresses, uint256 amtPerAddress)
renounceOwnership()
setDevWallet(address newDevWallet)
setLiquidityPool(address newLiquidityPool)
setMarketingWallet(address newMarketingWallet)
toggleMaxBuy(bool _switch)
toggleTrade(bool _switch)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 newBuyMktFee, uint256 newBuyLpFee, uint256 newBuyDev)
updateSellFees(uint256 newSellMktFee, uint256 newSellLpFee, uint256 newSellDev)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.