Cypherswap
Verified contract
Active on
Ethereum with 133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c84…fb44
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$CYPHER | ERC-20 | 320.34958K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21403757 | a day ago | | | 0 | 0.00076479080 | |
| 21400297 | 2 days ago | | | 0 | 0.00040893022 | |
| 21400197 | 2 days ago | | | 0 | 0.00041997320 | |
| 21399219 | 2 days ago | | | 0 | 0.00042395890 | |
| 21396544 | 2 days ago | | | 0 | 0.00075376436 | |
| 21396156 | 2 days ago | | | 0 | 0.00085097440 | |
| 21395283 | 2 days ago | | | 0 | 0.0011466706 | |
| 21394839 | 2 days ago | | | 0 | 0.0018010314 | |
| 21394644 | 2 days ago | | | 0 | 0.0012472973 | |
| 21393889 | 3 days ago | | | 0 | 0.00073354774 |
ABI
ABI objects
Getter at block 21412193
_cypherMaxWalletSize() view returns (uint256)
100000000000000000000000000
_cypherTaxOnBuy() view returns (uint256)
5
_cypherTaxOnSell() view returns (uint256)
5
_cypherTreasuryWallet() view returns (address)
0x2c8408146c028bce63c6414e88df0219f67dfb44
_taxSwapThreshold() view returns (uint256)
50000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Cypherswap
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
$CYPHER
totalSupply() pure returns (uint256)
100000000000000000000000000
tradeOperational() view returns (bool)
true
Read-only
_isExcludedFromFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
commandActivateTrade()
commandIncludeInFee(address wallet)
commandRecoverLostEther()
commandUpdateMaxWalletSize(uint256 _maxLimit)
commandUpdateTaxFees(uint256 _bFee, uint256 _sFee)
commandUpdateTaxSwapThreshold(uint256 _taxLimit)
commandWhiteListFromFee(address wallet)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
receive()
This contract contains no error objects.