xPufETH
Verified contract
Proxy
Active on
Base with 2,350 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.021755 |
$0.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21818318 | 29 minutes ago | | | 0 | 2.5687575e-7 | |
| 21816673 | an hour ago | | | 0 | 2.2084370e-7 | |
| 21812929 | 3 hours ago | | | 0 | 2.1570780e-7 | |
| 21812672 | 4 hours ago | | | 0 | 1.9002830e-7 | |
| 21812195 | 4 hours ago | | | 0 | 1.9507300e-7 | |
| 21811598 | 4 hours ago | | | 0 | 2.5834763e-7 | |
| 21810435 | 5 hours ago | | | 0 | 2.5828635e-7 | |
| 21805014 | 8 hours ago | | | 0 | 2.5763328e-7 | |
| 21799700 | 11 hours ago | | | 0 | 1.7354657e-7 | |
| 21799644 | 11 hours ago | | | 0 | 2.6017042e-7 |
ABI
ABI objects
Getter at block 21819188 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x2f916c0f1e105b87a8192906f4ce470f9f3139e1eac3511e2a0aaf7d3beea801
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
authority() view returns (address)
0x6f62c8647b7cd3830f21bf0741bad6f4b838cb37
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=xPufETH, version=1, chainId=8453, verifyingContract=0x23da5f2d509cb43a59d43c108a43edf34510eff1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isConsumingScheduledOp() view returns (bytes4)
0x00000000
lockbox() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
xPufETH
symbol() view returns (string)
xPufETH
totalSupply() view returns (uint256)
1301055094035719822880
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burningCurrentLimitOf(address bridge) view returns (uint256 limit)
burningMaxLimitOf(address bridge) view returns (uint256 limit)
mintingCurrentLimitOf(address bridge) view returns (uint256 limit)
mintingMaxLimitOf(address bridge) view returns (uint256 limit)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address user, uint256 amount)
initialize(address accessManager)
mint(address user, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address newAuthority)
setLimits(address bridge, uint256 mintingLimit, uint256 burningLimit)
setLockbox(address lockboxAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorityUpdated(address authority)
BridgeLimitsSet(uint256 mintingLimit, uint256 burningLimit, address indexed bridge)
EIP712DomainChanged()
Initialized(uint64 version)
LockboxSet(address lockbox)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessManagedInvalidAuthority(address authority)
AccessManagedRequiredDelay(address caller, uint32 delay)
AccessManagedUnauthorized(address caller)
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
IXERC20_LimitsTooHigh()
IXERC20_NotFactory()
IXERC20_NotHighEnoughLimits()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)