Cybonk

Verified contract

Active on Ethereum with 3,423 txns
Deployed by via 0x6242a66c at 19364346
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $31.85
0x01b4c0b3abcef433f5f1346b74159bafb7e08ea9ae0701f1620cd569ad5c944a
0x5f5488f2a940e33f37b855e3ca602013c5d89634b21f27c1cee20249a07f6f49
0xf66f1b905cbfcc5296bc60fc4752ea4b07d3fbac0220d6b1b58e4db5bc6c7440
0x66b1d8dd8af3f9670a9403ab9913ad907407ae39aac72af4485a888ada6fd900
0x80cef2d4e08853a6aeeeed0c60c18d60323669cb44bed5990879453a0f8e2d71
0x2ced5090b7f221c83749c6c204e2de357648673abd0cbf5942489dd09242a6bc
0xe2c3ed9ffdca4a4fedf804e2310cf14ac5b623bc520d961c6b5ba36d18253196
0xde63f13415b842c280bffe86597927107034064bfafb54364d4b37b505a490e0
0x3469923bdceae1eec0f595b2f6d30edddbe7c3a79db6014fd0f409cbe22b2a36
0xb2fb1b2f3485fddb05502479e1691db7979750ab2c36dff090b839fc8205830a

Functions
Getter at block 21244738
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setBuyFee(uint256 newBuyFee
setSellFee(uint256 newSellFee
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateWallet(address accountbool status
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenChargedFees(address indexed senderuint256 amountuint256 timestamp
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string tokenNamestring tokenSymboluint256 initialSupplyaddress uniswapRouterAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(