BUSINESS
Verified contract
Active on
Ethereum with 1,102 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,409.29)
Native
Value
$2,409.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1 | $2,409.29 |
$2,409.29 | |
BUSINESS | ERC-20 | 8.553808B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20815573 | a month ago | | | 0 | 0.00068243998 | |
| 20622571 | 2 months ago | | | 0 | 0.00016667220 | |
| 19711712 | 6 months ago | | | 0 | 0.0059659230 | |
| 18974467 | 10 months ago | | | 0 | 0.0012574085 | |
| 18794415 | a year ago | | | 0 | 0.0052695000 | |
| 18763145 | a year ago | | | 0 | 0.0017085371 | |
| 18614990 | a year ago | | | 0 | 0.00095969857 | |
| 18614979 | a year ago | | | 0 | 0.00097187359 | |
| 18614965 | a year ago | | | 0 | 0.0010793276 | |
| 18614916 | a year ago | | | 0 | 0.0010310095 |
ABI
ABI objects
Getter at block 21124413
Optimization() view returns (uint256)
169469441274289927
centiBuyTax() view returns (uint256)
200
centiSellTax() view returns (uint256)
200
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x339d9c82da6f5fed7d09fd81df7b8df26c4388fa
maxTxAmount() view returns (uint256)
416483100000000000000000000000000
maxWalletAmount() view returns (uint256)
416483100000000000000000000000000
name() view returns (string)
BUSINESS
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
84138000001000000000000000000
symbol() view returns (string)
BUSINESS
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2Pair() view returns (address)
0x671ecaf9484318f569865652d3c9dbb0b31bf2fd
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
getAllTaxes()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMarketingWallet(address wallet)
setMaxTx(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMaxWallet(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setSellTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setSwapAmount(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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, struct BUSINESSParameters parameters, address uniswapV2Router_, address addr_)
receive()
This contract contains no error objects.