0x27a8d51f78c51ccd50ca59b0a7a5496dcbe90382
Unverified contract
Proxy
Active on
Ethereum with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x86ba…580f
Balances ($0.00)
No balances found for "0x27a8d51f78c51ccd50ca59b0a7a5496dcbe90382"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21367107 | 5 days ago | | | 0 | 0.011997904 | |
| 21367106 | 5 days ago | | | 0 | 0.012366263 | |
| 21367104 | 5 days ago | | | 0 | 0.011763885 | |
| 21367102 | 5 days ago | | | 0 | 0.011914391 | |
| 21367084 | 5 days ago | | | 0 | 0.012532685 |
ABI
ABI objects
Getter at block 21401340 getbeaconProxyAddress() view returns (address)
BASE() view returns (uint256)
100000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultFeeRate() view returns (uint256)
100000000000000000
getVaultImplementationAddress() view returns (address)
0xe8d1a271d457c92047534b92f3dcbe946e264184
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isVaultActive(address vaultAddress_) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
validVaults(address vaults) view returns (bool active)
State-modifying
Events deployVault(address underlyingTokenAddress_, address masterTokenAddress_, address ownerAddress_, string sharesName_, string sharesSymbol_)
grantRole(bytes32 role, address account)
initialize(uint256 defaultFeeRate_, address vaultImplementation_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setDefaultFeeRate(uint256 defaultFeeRate_)
setVaultImplementation(address newImplementation_)
setVaultStatus(address vaultAddress_, bool status_)
DefaultFeeRateSet(uint256 newFeeRate)
Initialized(uint64 version)
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)
VaultDeployed(address vault)
VaultImplementationChanged(address newImplementation)
VaultStatusChanged(address vaultAddress, bool status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
DefaultFeeRateError()
FailedVaultDeployment()
InvalidInitialization()
NotInitializing()
ZeroAddress(string target)