Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZapAccount"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21714905 | 3 days ago | | | 0 | 1.2989159e-7 | |
| 21714892 | 3 days ago | | | 0 | 1.3576505e-7 | |
| 21714882 | 3 days ago | | | 0 | 1.3616177e-7 | |
| 21714868 | 3 days ago | | | 0 | 0.000000097695865554 | |
| 21714860 | 3 days ago | | | 0 | 3.9623245e-7 | |
| 21408249 | 10 days ago | | | 0 | 1.6449629e-7 | |
| 21371701 | 10 days ago | | | 0 | 1.6207314e-7 | |
| 21371695 | 10 days ago | | | 0 | 1.6489609e-7 | |
| 21371691 | 10 days ago | | | 0 | 1.6346312e-7 | |
| 21371685 | 10 days ago | | | 0 | 1.6346312e-7 |
ABI
ABI objects
Getter at block 21823074
ACCOUNT_ADMIN_ROLE() view returns (bytes32)
0x32fc6e33ad01b7de362173dde9af31d0761d6fe55285e169d3de95ff40aa8da7
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
IMPORT_ADMIN_ROLE() view returns (bytes32)
0x332ef7fa19dbafe3ff5a6761aff973581ce154d2fcdd43bc4ee490e85e799a7b
MASTER_ADMIN_ROLE() view returns (bytes32)
0xf83591f6d256ac9a12084d6de9c89a3e1fd09d594aa1184c76eef05bae103fc3
isImportComplete() view returns (bool)
true
isSaleActive() view returns (bool)
false
nextAccountID() view returns (uint256)
4399
owner() view returns (address)
0x396d1cb809bbd09f4c3f8fa96b2b65754c4c8287
partnerAddress() view returns (address)
0x691fa2f746ad3a9f07c2d2c02cecbd606c9da762
paymentToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
pricePerVault() view returns (uint256 price, uint256 leftAtThisPrice)
(price=1415000000, leftAtThisPrice=30)
vaultCount() view returns (uint256)
12370
zapAddress() view returns (address)
0x249ac5f4092932cd4738c413a5666fb486a81a7a
Read-only
accountData(address) view returns (uint256 accountId, uint256 numberOfVaults, address referrer, string referralCode, uint256 numberOfReferrals)
allAccounts(uint256) view returns (address)
codeToAddress(string) view returns (address)
getReferralCode(address accountAddress) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOneVault(address accountAddress)
completeImport()
createAccount(address accountAddress, string referralCode)
grantRole(bytes32 role, address account)
importAccounts(struct ZapAccountVaultInfo[] accounts)
purchaseMoreVaults(uint256 numberOfVaults)
purchaseMoreVaultsOnBehalfOf(address purchaserAddress, uint256 numberOfVaults)
purchaseVaults(string referralCode, uint256 numberOfVaults)
purchaseVaultsOnBehalfOf(address purchaserAddress, uint256 numberOfVaults, string referralCode)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
retrieve721(address tracker, uint256 id)
retrieveERC20(address tracker, uint256 amount)
retrieveNative()
revokeRole(bytes32 role, address account)
setIsSaleActive(bool state)
setNumberOfVaults(address accountAddress, uint256 value)
transferOwnership(address newOwner)
AccountCreated(address indexed accountAddress, string indexed referralCode)
AccountMigrated(address indexed accountAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
VaultsPurchased(address indexed accountAddress, uint256 numberOfVaults, string referralCode)
constructor(address erc20paymentToken, address zapPaymentAddress, address zapAccountAddress, address partnerPaymentAddress, address partnerAccountAddress)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
VaultsAllAllocated()