Account
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Account"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Account"
ABI
ABI objects
Getter at block 21887728
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MESSAGE_SCOPE() view returns (bytes32)
0x783976ee73ba9519d00918d89f8d820aaffbb88e011d10001c6ca226aa852aa8
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
getBaseURI() view returns (string)
mintCounter() view returns (uint256)
0
name() view returns (string)
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
referrals() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accounts(uint256) view returns (bool isOpen, uint256 userCount)
balanceOf(address owner) view returns (uint256)
doesUserHaveAccountRole(uint256 id, address user, uint8 role) view returns (bool)
getAccountUser(uint256 id, address user) view returns (uint256 roleCount)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userNonce(address user) view returns (uint256)
validateAccountRolePermission(uint256 id, address accountUser, uint8 accountUserRole) view
validateAccountRoleSignature(uint256 id, address accountUser, uint8 accountUserRole, bytes signature) view
validateAccountRoleSignatureWithHighestNonce(uint256 id, address accountUser, uint8 accountUserRole, bytes signature, uint256 otherNonce) view returns (uint256)
validateAccountRoleSignatureWithNonce(uint256 id, address accountUser, uint8 accountUserRole, bytes signature, uint256 nonce) view
State-modifying
Events approve(address to, uint256 tokenId)
consumeAccountRoleSignature(uint256 id, address accountUser, uint8 accountUserRole, bytes signature)
deposit(uint256 id, uint256 amount, address depositor, address liquidToken, bool useAllowance, bytes depositorSignature)
grantAccountUserRole(uint256 id, address user, uint8 role, address owner, bytes ownerSignature)
grantRole(bytes32 role, address account)
initialize(string _baseURI, string _symbol, string _name)
open(uint256 depositAmount, address depositor, address recipient, address liquidToken, bytes openSignature, bytes32 referralCode, bool useAllowance)
openWithId(uint256 id, uint256 depositAmount, address depositor, address recipient, address liquidToken, bytes openSignature, bytes32 referralCode, bool useAllowance)
renounceRole(bytes32 role, address account)
revokeAccountUserRole(uint256 id, address user, uint8 role, address owner, bytes ownerSignature)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setReferrals(address _referrals)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AccountClosed(uint256 indexed id)
AccountDeposit(address indexed depositor, address indexed liquidToken, uint256 indexed id, uint256 amount)
AccountOpened(address indexed recipient, uint256 id)
AccountUserRoleGranted(uint256 indexed id, address indexed user, uint8 role)
AccountUserRoleRevoked(uint256 indexed id, address indexed user, uint8 role)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriUpdated(string baseURI)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
ReferralsUpdated(address referrals)
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 indexed tokenId)
TreasuryUpdated(address treasury)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.