BlocjerkTokenV5

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc91a9990 at 19535156
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 45 additional slots
7 additional variables

No balances found for "BlocjerkTokenV5"

No transactions found for "BlocjerkTokenV5"


Functions
Getter at block 20904148
USDT(view returns (address)
0x0000000000000000000000000000000000000000
buyTaxRate(view returns (uint256)
0
decimals(view returns (uint8)
18
minTaxForSell(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
sellTaxRate(view returns (uint256)
0
symbol(view returns (string)
taxTo(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
version(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
balanceOfAt(address accountuint256 snapshotIdview returns (uint256)
poolsToTax(addressview returns (bool)
totalSupplyAt(uint256 snapshotIdview returns (uint256)
State-modifying
addPoolToTax(address pool_
approve(address spenderuint256 amountreturns (bool)
authorizeSnapshotter(address account
burn(address accountuint256 amount
burnBulk(address[] accountsuint256[] amounts
deauthorizeSnapshotter(address account
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string namestring symbol
initializeImplementation(
mint(address accountuint256 amount
pause(
removePoolToTax(address pool_
renounceOwnership(
setBuySellTaxRate(uint256 buyTaxRate_uint256 sellTaxRate_
setMinTaxForSell(uint256 minTaxForSell_
setRouter(address routeraddress pair
setTaxTo(address taxTo_
setUSDT(address USDT_
snapshot(returns (uint256)
transfer(address recipientuint256 amountreturns (bool)
transferBulk(address[] recipientsuint256[] amountsreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferFromBulk(address senderaddress[] recipientsuint256[] amountsreturns (bool)
transferOwnership(address newOwner
unpause(
upgradeToV5(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizedSnapshotter(address account
BuySellTaxRate(uint256 buyTaxRateuint256 sellTaxRate
DeauthorizedSnapshotter(address account
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RouterSet(address indexed routeraddress indexed pair
SetMinTaxForSell(uint256 minTaxForSell
Snapshot(uint256 id
SoldTax(uint256 tokensSolduint256 ethReceived
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.