bZx Protocol Token
Verified contract
Active on
Ethereum with 75,481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REN | ERC-20 | 100K | $0.040345 |
$4,034.51 | |
USDT | ERC-20 | 2.867936K | $1.00 |
$2,867.94 | |
BZRX | ERC-20 | 93.711674K | $0.005622 |
$526.82 | |
BNT | ERC-20 | 9.58 | $0.617222 |
$5.91 | |
BZRX | ERC-20 | 5M | -- | -- | |
RSR | ERC-20 | 2.4K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146522 | 2 days ago | | | 0 | 0.00020663747 | |
| 21146059 | 2 days ago | | | 0 | 0.00061665991 | |
| 21146042 | 2 days ago | | | 0 | 0.0014484210 | |
| 21135282 | 3 days ago | | | 0 | 0.00076748855 | |
| 21134379 | 4 days ago | | | 0 | 0.00022977538 | |
| 21125709 | 5 days ago | | | 0 | 0.0014148135 | |
| 21122918 | 5 days ago | | | 0 | 0.0020187367 | |
| 21121661 | 5 days ago | | | 0 | 0.00030266628 | |
| 21119455 | 6 days ago | | | 0 | 0.000052213752 | |
| 21088744 | 10 days ago | | | 0 | 0.00032793860 |
ABI
ABI objects
Getter at block 21159500
decimals() view returns (uint8)
18
name() view returns (string)
bZx Protocol Token
symbol() view returns (string)
BZRX
totalSupply() view returns (uint256)
1030000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.