ERC20_UniV2
Verified contract
Active on
Ethereum with 1,197 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 |
---|---|---|---|---|---|
CIPHER | ERC-20 | 7.514405K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014279 | a month ago | | | 0 | 0.00059865033 | |
| 20566921 | 3 months ago | | | 0 | 0.000099589000 | |
| 20128812 | 5 months ago | | | 0 | 0.00035681287 | |
| 20090581 | 6 months ago | | | 0 | 0.00055295254 | |
| 19945799 | 6 months ago | | | 0 | 0.00021435162 | |
| 19928425 | 6 months ago | | | 0 | 0.00035129047 | |
| 19847262 | 7 months ago | | | 0 | 0.00036555521 | |
| 19838491 | 7 months ago | | | 0 | 0.000099014551 | |
| 19834353 | 7 months ago | | | 0 | 0.00021845619 | |
| 19723204 | 7 months ago | | | 0 | 0.00048039488 |
ABI
ABI objects
Getter at block 21309966
_max() view returns (uint256)
3
_swapAmount() view returns (uint256)
10000000000000000000000
_tax() view returns (uint256)
5
_transferDelay() view returns (uint256)
0
_v2Pair() view returns (address)
0xea77c1c9db214ebc98c86ab5510c9445f1d1f9b1
decimals() view returns (uint256)
18
name() view returns (string)
Cipher Protocol
symbol() view returns (string)
CIPHER
totalSupply() view returns (uint256)
10000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_blackguard(address) view returns (bool)
_blacklistArray(uint256) view returns (address)
_blacklisted(address) view returns (bool)
_path(uint256) view returns (address)
_whitelisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _addLiquidity()
_setUp(uint256 transferDelay_, uint256 swapAmount_, address collector_)
_swapBack(uint256 amount_)
approve(address spender, uint256 amount) returns (bool)
deposit() payable
setDev(address dev_)
setMax(uint256 max_)
setSwapAmount(uint256 swapAmount_)
setTax(uint8 tax_)
setTransferDelay(uint256 delay)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateBlackguard(address[] addresses, bool blackguard_)
updateBlacklist(address[] addresses, bool blacklisted_)
updateWhitelist(address[] addresses, bool whitelisted_)
withdraw(uint256 amount_)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 decimals_, uint256 supply_, uint256 tax_, uint256 max_)
This contract contains no fallback and receive objects.
This contract contains no error objects.