Cicada 3301
Verified contract
Active on
Ethereum with 2,080 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 |
---|---|---|---|---|---|
Cicada | ERC-20 | 1.440544M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145683 | 2 days ago | | | 0 | 0.00033140846 | |
| 21092112 | 9 days ago | | | 0 | 0.00032454864 | |
| 21090962 | 9 days ago | | | 0 | 0.00012968063 | |
| 21083462 | 10 days ago | | | 0 | 0.00019785214 | |
| 21048701 | 15 days ago | | | 0 | 0.00014177667 | |
| 21034431 | 17 days ago | | | 0 | 0.00027724512 | |
| 20997904 | 22 days ago | | | 0 | 0.00025902977 | |
| 20992787 | 23 days ago | | | 0 | 0.0022380385 | |
| 20968437 | a month ago | | | 0 | 0.00029992448 | |
| 20917198 | a month ago | | | 0 | 0.00052207933 |
ABI
ABI objects
Getter at block 21157993
buyandsellAddress() view returns (address)
0xc80ccbfdcaaed63c8d7b8c9421c74ad56336159d
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
1440544488739653945829344
getSwapThresholdAmount() view returns (uint256)
3418156129718292630602487
name() view returns (string)
Cicada 3301
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe8bcf86ae82fa90b7be46d8ed4101fe1b6e34861
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
Cicada
totalSupply() view returns (uint256)
991232338000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyandsellFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
buyandsellAddressSetup(address _newAddress)
buyandsellFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
excludeFromFees(address account, bool isExcluded)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
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)
InvalidAMM(address AMM)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)