WhiteList
Verified contract
Active on
Ethereum with 380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WhiteList"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16582680 | 2 years ago | | | 0 | 0.022107825 | |
| 16568946 | 2 years ago | | | 0 | 0.016984348 | |
| 16561751 | 2 years ago | | | 0 | 0.013840198 | |
| 16557332 | 2 years ago | | | 0 | 0.020846843 | |
| 16556802 | 2 years ago | | | 0 | 0.021698210 | |
| 16556710 | 2 years ago | | | 0 | 0.021214707 | |
| 16554550 | 2 years ago | | | 0 | 0.017859493 | |
| 16554450 | 2 years ago | | | 0 | 0.018344138 | |
| 16554317 | 2 years ago | | | 0 | 0.015868458 | |
| 16549399 | 2 years ago | | | 0 | 0.030243233 |
ABI
ABI objects
Getter at block 21229853
ADMIN_DELEGATE_ROLE() view returns (bytes32)
0xc171260023d22a25a00a2789664c9334017843b831138c8ef03cc8897e5873d7
ADMIN_ROLE() view returns (bytes32)
0xf23ec0bb4210edd5cba85afd05127efcd2fc6a781bfed49188da1081670b22d8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR() view returns (bytes32)
0x46a52cf33029de9f84853745a87af28464c80bf0346df1b32e205fc73319f622
root() view returns (bytes32)
0x92d66290abfb08161e245bc0fb8279d12adc120446bb472d59ff99bc9e28efb9
Read-only
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)
isAdmin(address sender) view returns (bool)
isOperator(address sender) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(address vault, uint256[] tokenAmounts, uint256 minLpTokens, bytes vaultOptions, bytes32[] proof) returns (uint256[] actualTokenAmounts)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateRoot(bytes32 root_)
Deposit(address indexed from, address indexed to, address[] tokens, uint256[] actualTokenAmounts, uint256 lpTokenMinted)
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)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.