Bribe Token
Verified contract
Active on
Ethereum with 724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Bribe Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20702179 | 2 months ago | | | 0 | 0.000047644104 | |
| 20336429 | 4 months ago | | | 0 | 0.00058887059 | |
| 20210458 | 4 months ago | | | 0 | 0.00023125521 | |
| 19990135 | 5 months ago | | | 0 | 0.00089185430 | |
| 19717645 | 7 months ago | | | 0 | 0.00032179467 | |
| 19604045 | 7 months ago | | | 0 | 0.00076527217 | |
| 19391015 | 8 months ago | | | 0 | 0.0020483839 | |
| 19171026 | 9 months ago | | | 0 | 0.00081962987 | |
| 18943839 | 10 months ago | | | 0 | 0.00072688846 | |
| 18878317 | a year ago | | | 0 | 0.0010732429 |
ABI
ABI objects
Getter at block 21188463
DOMAIN_SEPARATOR() view returns (bytes32)
0xfa7daaa62c1c7bbc327e2c06503a50d5b49d3f02c943397e93635753554e33b4
decimals() view returns (uint8)
18
name() view returns (string)
Bribe Token
symbol() view returns (string)
BRIBE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.