Ethereum Blue
Verified contract
Active on
Ethereum with 32,072 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
BLU | ERC-20 | 9.99993M | -- | -- | |
BLPI | ERC-20 | 9.999671M | -- | -- | |
BLUE | ERC-20 | 89.386379K | -- | -- | |
PNS | ERC-20 | 80.08235K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTCR | ERC-20 | 2K | -- | -- | |
EBC | ERC-20 | 1.05K | -- | -- | |
WFEE | ERC-20 | 50 | -- | -- | |
WIT | ERC-20 | 38 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253381 | 2 days ago | | | 0 | 0.00044717514 | |
| 21251544 | 3 days ago | | | 0 | 0.0012557009 | |
| 21238829 | 4 days ago | | | 0 | 0.00056153145 | |
| 21238822 | 4 days ago | | | 0 | 0.00082170460 | |
| 21218613 | 7 days ago | | | 0 | 0.00055808804 | |
| 21159013 | 16 days ago | | | 0 | 0.00086992885 | |
| 21126591 | 20 days ago | | | 0 | 0.00058944084 | |
| 21126586 | 20 days ago | | | 0 | 0.00054913818 | |
| 21124886 | 20 days ago | | | 0 | 0.00029396427 | |
| 21043071 | a month ago | | | 0 | 0.00020012960 |
ABI
ABI objects
Getter at block 21270960
SUPPLY_CAP() view returns (uint256)
4200000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Ethereum Blue
nonce() view returns (uint256)
2
note() view returns (string)
http://chat.etherblue.org
owner() view returns (address)
0x00b0b08c21d9a80315ff71037c7f7fc6324897c1
symbol() view returns (string)
BLUE
totalSupply() view returns (uint256)
4200000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
drop(address[] addresses, uint256 amount)
incNonce()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setNote(string note_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
NonceTick(uint256 nonce)
NoteChanged(string newNote)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PerformingDrop(uint256 count)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.