PRETokenBaseV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
26
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 49 additional slots
Balances ($0.00)
No balances found for "PRETokenBaseV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PRETokenBaseV2"
ABI
ABI objects
Getter at block 22900339
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
RECEIVE_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_AUTHORIZER_ROLE() view returns (bytes32)
0x0145ec83de98ec9ff3906ce497599ec4cc735cb31fdfcf0cae278829ca569d00
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
bridge() view returns (address)
0x0000000000000000000000000000000000000000
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0xa7c15c08f021597f4290e37410881362b5c33514, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDomainSeparator() view returns (bytes32)
0xc8769fdb36cffc1e5ae9cb06f2ee9d05755cb680e1a541c83cd8b69efc30bf59
l1Token() view returns (address)
0x0000000000000000000000000000000000000000
l2Bridge() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
paused() view returns (bool)
false
remoteToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
version() view returns (string)
1.3.0
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _amount)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
initialize(string name, string symbol, address _bridge, address _remoteToken)
mint(address _to, uint256 _amount)
pause()
receiveWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
reinitialize(string name, string version)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferBatch(address[] recipients, uint256[] amounts) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Burn(address indexed account, uint256 amount)
EIP712DomainChanged()
Initialized(uint64 version)
Mint(address indexed account, uint256 amount)
Paused(address account)
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)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()