BUMPTokenV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x8c249196 at 13811297
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "BUMPTokenV2"

No transactions found for "BUMPTokenV2"


Functions
Getter at block 20792026
DOMAIN_SEPARATOR(view returns (bytes32)
0x4447b59de7754b671dafe731e1f78c73f6ceb84163c2e2601c7e633f700bbcba
blacklister(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(address _accountview returns (bool)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blacklist(address _account
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint256 bumpSupply
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unBlacklist(address _account
unpause(
updateBlacklister(address _newBlacklister
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Blacklisted(address indexed _account
BlacklisterChanged(address indexed newBlacklister
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklisted(address indexed _account
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.