NumToken

Verified contract

Implementation

Active on Base with 1 txns
Deployed by via 0xcf742d44 at 15487466
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 49 additional slots
-
variable spans 48 additional slots

No balances found for "NumToken"

0xd627374bad109cb6d56045dc414fa4841ec8d6b9f8b86e2fc8d6b038a340b80d
From

Functions
Getter at block 22151766
CIRCUIT_BREAKER_ROLE(view returns (bytes32)
0x7e6b58bc1470e1fc07bc9b21e0435be41fdc30ede9591781476a8d169a265492
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISALLOW_ROLE(view returns (bytes32)
0x0726c8258b9de94ffd154f603b315240b42c2424db4dbb983018049e43a2df1a
MINTER_BURNER_ROLE(view returns (bytes32)
0xcfd53186d792f1ec9d0679afc2dc3ffc86fc31fe1e0f342b838eb6c3eade62b3
decimals(view returns (uint8)
18
name(view returns (string)
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)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isDisallowed(address accountview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
allow(address account
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disallow(address account
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_
mint(address accountuint256 amount
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
togglePause(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Allowed(address indexed account
Approval(address indexed owneraddress indexed spenderuint256 value
Disallowed(address indexed account
Initialized(uint8 version
PauseStateChanged(bool indexed paused
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address forwarder_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.