Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 42161-arbthetix #48

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
760 changes: 760 additions & 0 deletions 42161-arbthetix/AccountProxy.json

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions 42161-arbthetix/AccountProxy.readable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
[
"error ImplementationIsSterile(address implementation)",
"error NoChange()",
"error NotAContract(address contr)",
"error NotNominated(address addr)",
"error Unauthorized(address addr)",
"error UpgradeSimulationFailed()",
"error ZeroAddress()",
"event OwnerChanged(address oldOwner, address newOwner)",
"event OwnerNominated(address newOwner)",
"event Upgraded(address indexed self, address implementation)",
"function acceptOwnership()",
"function getImplementation() view returns (address)",
"function nominateNewOwner(address newNominatedOwner)",
"function nominatedOwner() view returns (address)",
"function owner() view returns (address)",
"function renounceNomination()",
"function simulateUpgradeTo(address newImplementation)",
"function upgradeTo(address newImplementation)",
"error AlreadyInitialized()",
"error CannotSelfApprove(address addr)",
"error IndexOverrun(uint256 requestedIndex, uint256 length)",
"error InvalidOwner(address addr)",
"error InvalidParameter(string parameter, string reason)",
"error InvalidTransferRecipient(address addr)",
"error OverflowUint256ToUint128()",
"error TokenAlreadyMinted(uint256 id)",
"error TokenDoesNotExist(uint256 id)",
"event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)",
"event ApprovalForAll(address indexed owner, address indexed operator, bool approved)",
"event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)",
"function approve(address to, uint256 tokenId)",
"function balanceOf(address holder) view returns (uint256 balance)",
"function burn(uint256 tokenId)",
"function getApproved(uint256 tokenId) view returns (address operator)",
"function initialize(string tokenName, string tokenSymbol, string uri)",
"function isApprovedForAll(address holder, address operator) view returns (bool)",
"function isInitialized() view returns (bool)",
"function mint(address to, uint256 tokenId)",
"function name() view returns (string)",
"function ownerOf(uint256 tokenId) view returns (address)",
"function safeMint(address to, uint256 tokenId, bytes data)",
"function safeTransferFrom(address from, address to, uint256 tokenId)",
"function safeTransferFrom(address from, address to, uint256 tokenId, bytes data)",
"function setAllowance(uint256 tokenId, address spender)",
"function setApprovalForAll(address operator, bool approved)",
"function setBaseTokenURI(string uri)",
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
"function symbol() view returns (string)",
"function tokenByIndex(uint256 index) view returns (uint256)",
"function tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)",
"function tokenURI(uint256 tokenId) view returns (string)",
"function totalSupply() view returns (uint256)",
"function transferFrom(address from, address to, uint256 tokenId)"
]
Loading