BeBay Token
Verified contract
Active on
Ethereum with 282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BeBay Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6292380 | 6 years ago | | | 0 | 0.0052481000 | |
| 6292380 | 6 years ago | | | 0 | 0.0037417000 | |
| 6276338 | 6 years ago | | | 0 | 0.0052417000 | |
| 6246439 | 6 years ago | | | 0 | 0.0022417000 | |
| 6246439 | 6 years ago | | | 0 | 0.0022481000 | |
| 6246439 | 6 years ago | | | 0 | 0.0022481000 | |
| 6246439 | 6 years ago | | | 0 | 0.0022481000 | |
| 6246047 | 6 years ago | | | 0 | 0.0052481000 | |
| 6246047 | 6 years ago | | | 0 | 0.0052353000 | |
| 6238012 | 6 years ago | | | 0 | 0.0052481000 |
ABI
ABI objects
Getter at block 21293992
decimals() view returns (uint8)
8
name() view returns (string)
BeBay Token
owner() view returns (address)
0xa427e94bcc3d06b584763664ff7fe22665ab781a
symbol() view returns (string)
BBY
totalSupply() view returns (uint256)
300000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.