Invest Club Global
Verified contract
Active on
Ethereum with 4,836 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ICG | ERC-20 | 4.424048B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250750 | 2 days ago | | | 0 | 0.00088398111 | |
| 21193644 | 10 days ago | | | 0 | 0.0021885786 | |
| 21170921 | 13 days ago | | | 0 | 0.0054130771 | |
| 21078581 | a month ago | | | 0 | 0.00098041530 | |
| 20965431 | a month ago | | | 0 | 0.0024869239 | |
| 20939550 | a month ago | | | 0 | 0.00041498144 | |
| 20920261 | 2 months ago | | | 0 | 0.00071337171 | |
| 20920227 | 2 months ago | | | 0 | 0.0010244060 | |
| 20908236 | 2 months ago | | | 0 | 0.00027417848 | |
| 20863154 | 2 months ago | | | 0 | 0.00073508327 |
ABI
ABI objects
Getter at block 21262128
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xf2552a8740cebd3e68fb88947a0d518ef6301ff4
maxBuyAmount() view returns (uint256)
90000000000000000000000000000
maxSellAmount() view returns (uint256)
90000000000000000000000000000
maxWalletAmount() view returns (uint256)
180000000000000000000000000000
name() view returns (string)
Invest Club Global
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
ICG
totalBuyTax() view returns (uint256)
3
totalSellTax() view returns (uint256)
3
totalSupply() view returns (uint256)
900000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlackListed(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blackListAddress(address account)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool excluded)
renounceOwnership()
setAutomatedMarketMakerPair(address newPair, bool value)
setBuyTaxes(uint256 buyTaxPercent)
setMarketingWallet(address newWallet)
setMaxBuyAndSell(uint256 maxBuyPercent, uint256 maxSellPercent)
setSellTaxes(uint256 sellTaxPercent)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 maxWalletPercent)
whiteListAddress(address account)
AddressBlacklisted(address indexed account, bool isBlacklisted)
AddressExcludedFromFees(address indexed account, bool isExcluded)
AddressWhitelisted(address indexed account, bool isWhitelisted)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairSet(address indexed pair, bool value)
BuyTaxesUpdated(uint256 newBuyTaxPercent)
MarketingWalletUpdated(address indexed newWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SellTaxesUpdated(uint256 newSellTaxPercent)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)