Cloud Binary
Verified contract
Active on
Ethereum with 1,367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x513e…0d5b
0x61f9…3520
Balances ($23.70)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,647.53 |
$0 | |
CBY | ERC-20 | 10.755582K | $0.002203 |
$23.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279196 | 3 days ago | | | 0 | 0.00066632404 | |
| 21278853 | 3 days ago | | | 0 | 0.00065614540 | |
| 21276042 | 3 days ago | | | 0 | 0.00044777711 | |
| 21261896 | 5 days ago | | | 0 | 0.00019783754 | |
| 21210210 | 12 days ago | | | 0 | 0.00057297416 | |
| 21133919 | 23 days ago | | | 0 | 0.00042566449 | |
| 21118110 | 25 days ago | | | 0 | 0.00028496640 | |
| 21095092 | a month ago | | | 0 | 0.00034323309 | |
| 21013204 | a month ago | | | 0 | 0.00039056058 | |
| 20998960 | a month ago | | | 0 | 0.00020410575 |
ABI
ABI objects
Getter at block 21298344
_maxTaxSwap() view returns (uint256)
100000000000000000000000
_maxTxAmount() view returns (uint256)
10000000000000000000000000
_maxWalletSize() view returns (uint256)
10000000000000000000000000
_taxSwapThreshold() view returns (uint256)
10000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Cloud Binary
owner() view returns (address)
0x60d6c12b556c2deacad26c5c74bb82e2264ae346
symbol() pure returns (string)
CBY
totalSupply() pure returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFee(address account, bool isExcluded)
initialize()
openTrading()
removeLimits()
renounceOwnership()
setFinalTax(uint256 _valueBuy, uint256 _valueSell)
setMaxTransfer(uint256 _amount)
setMaxWallet(uint256 _amount)
setTaxSwapThreshold(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FinalTax(uint256 _valueBuy, uint256 _valueSell)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingActive(bool _tradingOpen, bool _swapEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
maxAmount(uint256 _value)
constructor(address taxWallet, address revShare)
receive()
This contract contains no error objects.