DeFi Forge
Verified contract
Active on
Ethereum with 1,847 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Forge | ERC-20 | 6.940606K | -- | -- | |
UNI-V2 | ERC-20 | 3.018672K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102459 | 12 days ago | | | 0 | 0.00014973182 | |
| 20845525 | 2 months ago | | | 0 | 0.00044962446 | |
| 20845524 | 2 months ago | | | 0 | 0.00043356700 | |
| 20841940 | 2 months ago | | | 0 | 0.00030075562 | |
| 20386060 | 4 months ago | | | 0 | 0.000096037802 | |
| 20386059 | 4 months ago | | | 0 | 0.000098384581 | |
| 20187517 | 5 months ago | | | 0 | 0.00028649539 | |
| 20152819 | 5 months ago | | | 0 | 0.000074450511 | |
| 20152763 | 5 months ago | | | 0 | 0.000051483508 | |
| 20152753 | 5 months ago | | | 0 | 0.000094589568 |
ABI
ABI objects
Getter at block 21186901
MarketingWallet() view returns (address)
0x3076867a85f67f5c3d1459ba8c140a735dfae23f
buyTaxes() view returns (uint256 marketingTax, uint256 liquidityTax)
(marketingTax=3, liquidityTax=2)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
maxWallet() view returns (uint256)
300000000000000000000000
name() view returns (string)
DeFi Forge
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x590bc926e885e7256bd58035bc23f20da06ba152
sellTaxes() view returns (uint256 marketingTax, uint256 liquidityTax)
(marketingTax=3, liquidityTax=2)
stakingContract() view returns (address)
0x323b7f57ac8e5580b01de6e0ca17342ce2df5e89
stakingVault() view returns (address)
0x510a972852f9ca32ed0292f501b3ac4679db9c9a
swapAndLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000
symbol() view returns (string)
Forge
totalBuyFees() view returns (uint256)
5
totalSellFees() view returns (uint256)
5
totalSupply() view returns (uint256)
10000000000000000000000000
tradingStatus() view returns (bool)
true
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkWhitelist(address _wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializePair(address _pairAddress)
renounceOwnership()
setBuyFees(uint256 _lpTax, uint256 _marketingTax)
setMarketingWallet(address _newMarketing)
setMaxWallet(uint256 tokensCount)
setSellFees(uint256 _lpTax, uint256 _marketingTax)
setSwapTokensAtAmount(uint256 _newAmount)
setWhitelistStatus(address _wallet, bool _status)
toggleSwapping()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDexRouter(address _newDex)
withdrawStuckETH()
withdrawStuckTokens(address erc20_token)
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(address _stakingContract)
receive()
This contract contains no error objects.