Chupa Coin
Verified contract
Active on
Ethereum with 138 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 |
---|---|---|---|---|---|
CHUPA | ERC-20 | 2.596538B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20175220 | 5 months ago | | | 0 | 0.00016921243 | |
| 20175175 | 5 months ago | | | 0 | 0.00042745776 | |
| 19855141 | 6 months ago | | | 0 | 0.00020799203 | |
| 19851257 | 6 months ago | | | 0 | 0.00023564078 | |
| 17398595 | a year ago | | | 0 | 0.0011693456 | |
| 17263917 | a year ago | | | 0 | 0.0021145552 | |
| 17260817 | 2 years ago | | | 0 | 0.0018105189 | |
| 17190612 | 2 years ago | | | 0 | 0.0036690206 | |
| 17190547 | 2 years ago | | | 0 | 0.0037568864 | |
| 17190516 | 2 years ago | | | 0 | 0.0045107738 |
ABI
ABI objects
Getter at block 21191271
MarketingWallet() view returns (address)
0x5f320a2d972f507d2cd663b096785c1735e7eeb6
decimals() view returns (uint8)
18
maxTransactionAmount() view returns (uint256)
690000000000000000000000000000
maxWalletAmount() view returns (uint256)
690000000000000000000000000000
name() view returns (string)
Chupa Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x2c20eb2e7c591a18f601226626654be8930552b8
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
3450000000000000000000000000
symbol() view returns (string)
CHUPA
tBuyTax() view returns (uint256)
0
tSellTax() view returns (uint256)
0
totalSupply() view returns (uint256)
690000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 amount)
removelimit()
renounceOwnership()
rescueERC20(address tokenAddress, uint256 amount)
rescueETH(uint256 weiAmount)
setSwapEnabled(bool state)
setSwapThreshold(uint256 new_amount)
setTaxes(uint256 _totalTax, uint256 _totalSellTax)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExcludedFromFees(address _address, bool state)
updateRouterAndPair(address _router, address _pair)
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 _MarketingWallet)
receive()
This contract contains no error objects.