NumToken
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "NumToken"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isDisallowed(address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events allow(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disallow(address account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_)
mint(address account, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
togglePause()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Allowed(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Disallowed(address indexed account)
Initialized(uint8 version)
PauseStateChanged(bool indexed paused)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address forwarder_)
This contract contains no fallback and receive objects.
This contract contains no error objects.