TokiumBribe
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01 | $3,702.56 |
$37.03 | |
USDC | ERC-20 | 1.000001 | $0.999514 |
$1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13552777 | 3 years ago | | | 0 | 0.012188519 | |
| 13552712 | 3 years ago | | | 0 | 0.013816505 | |
| 13552697 | 3 years ago | | | 0 | 0.0083308313 | |
| 13508323 | 3 years ago | | | 0 | 0.0081548592 | |
| 13508271 | 3 years ago | | | 0 | 0.012572559 | |
| 13508268 | 3 years ago | | | 0 | 0.012859430 |
ABI
ABI objects
Getter at block 21306741
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
distributor() view returns (address)
0x0000000000000000000000000000000000000000
fee() view returns (uint256)
400
feeAddress() view returns (address)
0x079470b1457361428a8c54e5fed52e481cc67c32
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
proposalDeadlines(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositBribe(address proposal, address token, uint256 amount)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDistributor(address _distributor)
setFee(uint256 newFee)
setFeeAddress(address _feeAddress)
transferBribesToDistributor(address[] tokens)
updateProposals(address[] proposals, uint256[] deadlines)
NewBribe(address indexed proposal, address indexed token, address indexed user, uint256 amount)
NewDistributor(address oldDistributor, address newDistributor)
NewFee(uint256 oldFee, uint256 newFee)
NewFeeAddress(address oldFeeAddress, address newFeeAddress)
NewProposal(address indexed proposal, uint256 deadline)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.