BiClubToken
Verified contract
Active on
Ethereum with 1,043 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BiClubToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12572157 | 3 years ago | | | 0 | 0.00034135200 | |
| 9831697 | 5 years ago | | | 0 | 0.0011437600 | |
| 9642106 | 5 years ago | | | 0 | 0.000094320600 | |
| 8795975 | 5 years ago | | | 0 | 0.000038452000 | |
| 8611314 | 5 years ago | | | 0 | 0.00079986000 | |
| 8591496 | 5 years ago | | | 0 | 0.00079679975 | |
| 8571395 | 5 years ago | | | 0 | 0.00056136813 | |
| 8571128 | 5 years ago | | | 0 | 0.0012813120 | |
| 8557069 | 5 years ago | | | 0 | 0.00019194000 | |
| 8501980 | 5 years ago | | | 0 | 0.00028791000 |
ABI
ABI objects
Getter at block 21090745
decimals() view returns (uint8)
18
name() view returns (string)
BiClubToken
symbol() view returns (string)
BZ
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.