RoyaltyVaultForPassHolder
Verified contract
Active on
Ethereum with 461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb484…d601
Balances ($10,064.82)
Native
Value
$2,351.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.638665 | $3,681.90 |
$2,351.5 | |
WETH | ERC-20 | 2.0946 | $3,682.48 |
$7,713.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18227054 | a year ago | | | 0 | 0.00049583721 | |
| 18227052 | a year ago | | | 0 | 0.0015049660 | |
| 16882484 | 2 years ago | | | 0 | 0.0040656824 | |
| 16780929 | 2 years ago | | | 0 | 0.0058004621 | |
| 16760740 | 2 years ago | | | 0 | 0.0033578658 | |
| 16638762 | 2 years ago | | | 0 | 0.0049046616 | |
| 16638757 | 2 years ago | | | 0 | 0.0046731882 | |
| 16638753 | 2 years ago | | | 0 | 0.0046506788 | |
| 16638749 | 2 years ago | | | 0 | 0.0048381763 | |
| 16638744 | 2 years ago | | | 0 | 0.0050277143 |
ABI
ABI objects
Getter at block 21312872
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
REQUESTER_ROLE() view returns (bytes32)
0x61a3517f153a09154844ed8be639dabc6e78dc22315c2d9a91f7eddf9398c002
SETTER_ROLE() view returns (bytes32)
0x61c92169ef077349011ff0b1383c894d86c5f0b41d986366b58a6cf31e93beda
TEAM_WALLET() view returns (address)
0xb48495b000e82bf4bcbdee17997a70146964d601
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WITHDRAWER_ROLE() view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
paused() view returns (bool)
false
receiveETHId() view returns (uint256)
74
requestId() view returns (uint256)
451
Read-only
claimablePerAccount(address) view returns (uint256 amountETH, uint256 amountWETH)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
requestIdToRequest(uint256) view returns (uint256 amount, bool isWETH, uint256 tokenId)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawnPerAccount(address) view returns (uint256 amountETH, uint256 amountWETH)
State-modifying
Events addRequest(uint256 amount, bool isWETH, uint256 tokenId, address[] members)
batchWithdraw(address[] addressList) payable
grantRole(bytes32 role, address account)
pause()
removeRequest(uint256 _requestId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTeamWallet(address wallet)
setWETH(address _addr)
sweep(address[] addressList) payable
unpause()
withdraw() payable
Paused(address account)
ReceivedETH(uint256 receiveETHId, uint256 amount)
RequestAdded(uint256 requestId, bool isWETH, uint256 tokenId, uint256 amount, address[] members)
RequestRemoved(uint256 requestId, bool isWETH, uint256 tokenId, uint256 amount, address[] members)
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)
Sweeped(address indexed account, address desctination, uint256 indexed amountETH, uint256 indexed amountWETH)
TeamWalletUpdated(address previousAddress, address newAddress)
Unpaused(address account)
WETHAddressUpdated(address previousAddress, address newAddress)
Withdrawed(address indexed account, uint256 indexed amountETH, uint256 indexed amountWETH)
constructor(address WETH_, address TEAM_WALLET_)
receive()
AccountHasNoClaimableAmount()
DivisionFailure(uint256 numerator, uint256 demoninator)
ETHTransferFailed()
InvalidAddress()
InvalidMembers()
InvalidRequestId()
InvalidTokenId()
InvalidWallet()
NoWETHAddress()
RequestIdDoesntExist()
WithdrawTooMuchETH(uint256 actual, uint256 claimed)
WithdrawTooMuchWETH(uint256 actual, uint256 claimed)
ZeroAmountRequest()