Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYBONK | ERC-20 | 24.315255M | $0.000001 |
$31.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157489 | 3 hours ago | | | 0 | 0.00092192295 | |
| 21151467 | a day ago | | | 0 | 0.00057619565 | |
| 21151095 | a day ago | | | 0 | 0.00046595959 | |
| 21147336 | 2 days ago | | | 0 | 0.00025699292 | |
| 21147268 | 2 days ago | | | 0 | 0.00029038128 | |
| 21142098 | 2 days ago | | | 0 | 0.00051265500 | |
| 21137421 | 3 days ago | | | 0 | 0.0013512925 | |
| 21128989 | 4 days ago | | | 0 | 0.00040543604 | |
| 21118826 | 6 days ago | | | 0 | 0.00017149414 | |
| 21116660 | 6 days ago | | | 0 | 0.00044056293 |
ABI
ABI objects
Getter at block 21158332
buyFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
getUniswapV2Pair() view returns (address)
0xc618f249c843874039a942aff71a058c7425fca0
getUniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
name() view returns (string)
CYBONK
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
symbol() view returns (string)
CYBONK
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
List(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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint256 newBuyFee)
setSellFee(uint256 newSellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallet(address account, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChargedFees(address indexed sender, uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint256 initialSupply, address uniswapRouterAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()