TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4,926 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.010005 |
$0.1 | |
USA | ERC-20 | 1 | $0.000718 |
$0 | |
OHNO | ERC-20 | 21 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22899452 | 30 minutes ago | | | 0 | 6.6177284e-7 | |
| 22899342 | 33 minutes ago | | | 0 | 9.8534073e-7 | |
| 22898797 | an hour ago | | | 0 | 4.7006601e-7 | |
| 22898632 | an hour ago | | | 0 | 4.7028286e-7 | |
| 22895069 | 3 hours ago | | | 0 | 4.6995758e-7 | |
| 22893287 | 4 hours ago | | | 0 | 8.2154939e-7 | |
| 22891739 | 5 hours ago | | | 0 | 7.8138495e-7 | |
| 22891210 | 5 hours ago | | | 0 | 4.6486351e-7 | |
| 22891158 | 5 hours ago | | | 0 | 3.1206839e-7 | |
| 22890432 | 6 hours ago | | | 0 | 7.7917588e-7 |
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)
0x4200000000000000000000000000000000000010
cap() view returns (uint256)
1000000000000000000000000000
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=Presearch, version=1, chainId=8453, verifyingContract=0x3816dd4bd44c8830c2fa020a5605bac72fa3de7a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDomainSeparator() view returns (bytes32)
0xa03e7103640b8e6b69dd76ba24dbaac3869dfa7a23eb69dd14b4853a74db8834
l1Token() view returns (address)
0xec213f83defb583af3a000b1c0ada660b1902a0f
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Presearch
paused() view returns (bool)
false
remoteToken() view returns (address)
0xec213f83defb583af3a000b1c0ada660b1902a0f
symbol() view returns (string)
PRE
totalSupply() view returns (uint256)
27410986089510284352277848
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
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()