TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 13,358 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($1,265.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZAP | ERC-20 | 31.066922K | $0.040676 |
$1,263.69 | |
DEGEN | ERC-20 | 97 | $0.021421 |
$2.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22716847 | 29 minutes ago | | | 0 | 0.0000057230144 | |
| 22712754 | 3 hours ago | | | 0 | 0.0000083954193 | |
| 22711589 | 3 hours ago | | | 0 | 0.00010505666 | |
| 22711401 | 4 hours ago | | | 0 | 5.2677998e-7 | |
| 22711361 | 4 hours ago | | | 0 | 0.00040162000 | |
| 22711360 | 4 hours ago | | | 0 | 0.00040162000 | |
| 22710550 | 4 hours ago | | | 0 | 0.00040162000 | |
| 22710550 | 4 hours ago | | | 0 | 0.00040162000 | |
| 22710445 | 4 hours ago | | | 0 | 9.2541614e-7 | |
| 22710220 | 4 hours ago | | | 0 | 0.00040162000 |
ABI
ABI objects
Getter at block 22717701 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
name() view returns (string)
ZAP
owner() view returns (address)
0xc7cbcbcb4f7622dd80343b7dffc8941f08d836fc
symbol() view returns (string)
ZAP
totalSupply() view returns (uint256)
350000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize(address multisigWallet)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
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)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)