Cyber Capital Investing
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Cyber Capital Investing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17572874 | a year ago | | | 0 | 0.0023339835 | |
| 17572796 | a year ago | | | 0 | 0.0032696879 | |
| 17572792 | a year ago | | | 0 | 0.0021872133 | |
| 17572778 | a year ago | | | 0 | 0.0021101682 | |
| 17572778 | a year ago | | | 0 | 0.0021101682 | |
| 17572769 | a year ago | | | 0 | 0.0012947323 | |
| 17572754 | a year ago | | | 0 | 0.0012004711 | |
| 17572751 | a year ago | | | 0 | 0.0011662087 | |
| 17572748 | a year ago | | | 0 | 0.0017575417 | |
| 17572748 | a year ago | | | 0 | 0.0017575417 |
ABI
ABI objects
Getter at block 21379192
decimals() view returns (uint8)
18
name() view returns (string)
Cyber Capital Investing
owner() view returns (address)
0x1decdc57084f181ed8f0a97b983a2dabbd1e024e
symbol() view returns (string)
CCI
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 newBuyFee)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newMaxTxnAmount)
updateSellFees(uint256 newSellFee)
updateSwapEnable(bool newSwapEnabled)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesUpdated(uint256 newBuyFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesUpdated(uint256 newSellFee)
SwapEnabledUpdated(bool newSwapEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address marketingWalletAddress, address uniswapRouterAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.