This contract is being backfilled. You may encounter incomplete storage history.

SwapToken

Verified contract

Implementation

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

No balances found for "SwapToken"

No transactions found for "SwapToken"


Functions
Getter at block 20792173
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
_devWallet(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
getDevWallet(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
paused(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
version(pure returns (string)
v4
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address _accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blacklist(address _account
burn(uint256 amount
burnBlacklistedTokens(address walletuint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string namestring symboluint8 decimalsuint256 totalSupply
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDevWallet(address wallet
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unBlacklist(address _account
unpause(
withdrawTokens(address tokenContract
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Blacklisted(address indexed _account
Paused(address account
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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.