Blue Whale eXchange
Verified contract
Active on
Ethereum with 13,286 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 |
---|---|---|---|---|---|
0xbd16…69ed | ERC-20 | 2,410,607,000,000T | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
BWX | ERC-20 | 6.259K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18460162 | a year ago | | | 0 | 0.00067467459 | |
| 18081227 | a year ago | | | 0 | 0.00065875421 | |
| 18048850 | a year ago | | | 0 | 0.00056663591 | |
| 16475015 | 2 years ago | | | 0 | 0.00065105284 | |
| 16460311 | 2 years ago | | | 0 | 0.00064227296 | |
| 16453305 | 2 years ago | | | 0 | 0.00070002962 | |
| 16363317 | 2 years ago | | | 0 | 0.00096999341 | |
| 16238883 | 2 years ago | | | 0 | 0.00059606000 | |
| 16238872 | 2 years ago | | | 0 | 0.00059534000 | |
| 16238872 | 2 years ago | | | 0 | 0.00059510000 |
ABI
ABI objects
Getter at block 21255919
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Blue Whale eXchange
owner() view returns (address)
0x7dafcccd40ec9d9c2d0db711ac604402da85f1e5
symbol() view returns (string)
BWX
totalSupply() view returns (uint256)
64320000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address erc20, address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.