Arcadia Account
Verified contract
Active on
Base with 2,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001577 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21868656 | 27 minutes ago | | | 0 | 0.0000012855380 | |
| 21863234 | 3 hours ago | | | 0 | 0.0000012510346 | |
| 21852055 | 10 hours ago | | | 0 | 2.5032504e-7 | |
| 21850016 | 11 hours ago | | | 0 | 0.0000012599363 | |
| 21849680 | 11 hours ago | | | 0 | 0.0000012016463 | |
| 21842773 | 15 hours ago | | | 0 | 0.0000012016463 | |
| 21839458 | 17 hours ago | | | 0 | 0.0000012506175 | |
| 21838438 | 17 hours ago | | | 0 | 0.0000012527949 | |
| 21835569 | 19 hours ago | | | 0 | 9.6206857e-7 | |
| 21834427 | 19 hours ago | | | 0 | 0.0000012519006 |
ABI
ABI objects
Getter at block 21869470 unpause() pure
allAccountsLength() view returns (uint256 numberOfAccounts)
2064
baseURI() view returns (string)
https://api.arcadia.finance/v1/api/accounts/metadata/8453?factory_id=
createPaused() view returns (bool)
false
guardian() view returns (address)
0xedd41f9740b06ecbfe1ce9194ce2715c28263187
latestAccountVersion() view returns (uint88)
1
name() view returns (string)
Arcadia Account
owner() view returns (address)
0xb4d72b1c91e640e4ed7d7397f3244de4d8acc50b
pauseTimestamp() view returns (uint96)
0
symbol() view returns (string)
ARCADIA
versionRoot() view returns (bytes32)
0xcc69885fda6bcc1a4ace058b4a62bf5e179ea78fd58a1ccd71c22cc9b688792f
Read-only
accountIndex(address) view returns (uint256)
accountVersionBlocked(uint256) view returns (bool)
allAccounts(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isAccount(address account) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
ownerOfAccount(address account) view returns (address owner_)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string uri)
versionInformation(uint256) view returns (address registry, address implementation, bytes data)
State-modifying
Events approve(address spender, uint256 id)
blockAccountVersion(uint256 version)
changeGuardian(address guardian_)
createAccount(uint32 salt, uint256 accountVersion, address creditor) returns (address account)
pause()
safeTransferAccount(address to)
safeTransferFrom(address from, address to, address account)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setNewAccountInfo(address registry, address implementation, bytes32 versionRoot_, bytes data)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
unpause(bool createPaused_)
upgradeAccountVersion(address account, uint256 version, bytes32[] proofs)
AccountUpgraded(address indexed accountAddress, uint88 indexed newVersion)
AccountVersionAdded(uint88 indexed version, address indexed registry, address indexed implementation)
AccountVersionBlocked(uint88 version)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GuardianChanged(address indexed user, address indexed newGuardian)
OwnershipTransferred(address indexed user, address indexed newOwner)
PauseFlagsUpdated(bool createPauseUpdate)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountVersionBlocked()
FactoryMismatch()
FunctionIsPaused()
FunctionNotImplemented()
ImplIsZero()
InvalidAccountVersion()
InvalidRecipient()
InvalidUpgrade()
OnlyAccount()
OnlyAccountOwner()
OnlyGuardian()
UnsafeRecipient()
VersionMismatch()
VersionRootIsZero()