Bluzelle Token
Verified contract
Active on
Ethereum with 192,339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,320.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOT | ERC-20 | 2.571M | $0.001984 |
$5,100.35 | |
ZRX | ERC-20 | 5.000501K | $0.364779 |
$1,824.08 | |
BLZ | ERC-20 | 3.361763K | $0.117783 |
$395.96 | |
FOR | ERC-20 | 2 | $0.003987 |
$0.01 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
SIG | ERC-20 | 38K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157663 | 11 minutes ago | | | 0 | 0.00077032034 | |
| 21156735 | 3 hours ago | | | 0 | 0.00041651555 | |
| 21156671 | 3 hours ago | | | 0 | 0.00047767113 | |
| 21156332 | 5 hours ago | | | 0 | 0.00049919640 | |
| 21156272 | 5 hours ago | | | 0 | 0.00051474386 | |
| 21156257 | 5 hours ago | | | 0 | 0.00035973165 | |
| 21156122 | 5 hours ago | | | 0 | 0.00062651869 | |
| 21156036 | 6 hours ago | | | 0 | 0.00048128136 | |
| 21156019 | 6 hours ago | | | 0 | 0.00058261237 | |
| 21155993 | 6 hours ago | | | 0 | 0.00067175547 |
ABI
ABI objects
Getter at block 21157715
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
Bluzelle Token
TOKEN_SYMBOL() view returns (string)
BLZ
TOKEN_TOTALSUPPLY() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
name() view returns (string)
Bluzelle Token
opsAddress() view returns (address)
0xbc05e610eaac542bfa64504025413291beb58d36
owner() view returns (address)
0xb6e617efffe4e529b855f4e45c236c0dac09a0b2
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BLZ
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isOps(address _address) view returns (bool)
isOwner(address _address) view returns (bool)
isOwnerOrOps(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
cancelOwnershipTransfer() returns (bool)
completeOwnershipTransfer() returns (bool)
finalize() returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
reclaimTokens() returns (bool)
setOpsAddress(address _newOpsAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Finalized()
OpsAddressUpdated(address indexed _newAddress)
OwnershipTransferCanceled()
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
TokensReclaimed(uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.