Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BZN | ERC-20 | 74.857419M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009690 | 2 years ago | | | 0 | 0.00052432874 | |
| 13842976 | 3 years ago | | | 0 | 0.0014350291 | |
| 13737042 | 3 years ago | | | 0 | 0.0060257688 | |
| 13653260 | 3 years ago | | | 0 | 0.014388480 | |
| 13289427 | 3 years ago | | | 0 | 0.0093067380 | |
| 13161607 | 3 years ago | | | 0 | 0.0079026924 | |
| 12743343 | 3 years ago | | | 0 | 0.0013026400 | |
| 12724860 | 3 years ago | | | 0 | 0.0017194848 | |
| 12723166 | 3 years ago | | | 0 | 0.0012582380 | |
| 12105802 | 4 years ago | | | 0 | 0.0046136680 |
ABI
ABI objects
Getter at block 21223110
AdvisorPoolAddress() view returns (address)
0x31fc372eb0435d876e907d5c5854b712dacd4233
GamePoolAddress() view returns (address)
0x83f11770176d959b19f9cc6e2d5a051cb101bdaf
TeamPoolAddress() view returns (address)
0xd68df2caccc685cc8124280efd4fb77ce4282df5
decimals() view returns (uint8)
18
name() view returns (string)
Benzene
symbol() view returns (string)
BZN
totalSupply() view returns (uint256)
22131500000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
migrate(address account, uint256 amount)
migrateAll(address account)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address gamePool, address teamPool, address advisorPool, address oldBzn, address oldTeamPool, address oldAdvisorPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.