Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($77.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BZN | ERC-20 | 526.39 | $0.147702 |
$77.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266579 | 3 days ago | | | 0 | 0.00057231900 | |
| 21260800 | 3 days ago | | | 0 | 0.00037044296 | |
| 21260400 | 3 days ago | | | 0.0015 | 0.0010113990 | |
| 21251994 | 5 days ago | | | 0 | 0.00092278026 | |
| 21247124 | 5 days ago | | | 0 | 0.00066167805 | |
| 21241437 | 6 days ago | | | 0 | 0.00049894689 | |
| 21241101 | 6 days ago | | | 0 | 0.00049856354 | |
| 21219652 | 9 days ago | | | 0 | 0.00047353729 | |
| 21211122 | 10 days ago | | | 0 | 0.00048475963 | |
| 21196452 | 12 days ago | | | 0 | 0.00076770783 |
ABI
ABI objects
Getter at block 21284944
AdvisorPoolAddress() view returns (address)
0xc866a25f68be46365c7f5633827ef7600b8d1113
GamePoolAddress() view returns (address)
0x83f11770176d959b19f9cc6e2d5a051cb101bdaf
TeamPoolAddress() view returns (address)
0xd053a4da65691611d0e2a14561386ea39a49b540
decimals() view returns (uint8)
18
name() view returns (string)
Benzene
symbol() view returns (string)
BZN
totalSupply() view returns (uint256)
99579637280881818078588666
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) payable 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 token, address account, uint256 amount)
migrateAll(address account)
migrateAll(address token, address account)
receiveApproval(address from, uint256 tokens, address token, bytes data) payable 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)
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 oldTeamPool, address oldAdvisorPool, address[] oldBzn)
This contract contains no fallback and receive objects.
This contract contains no error objects.