Bcnex Token
Verified contract
Active on
Ethereum with 2,784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Bcnex Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16636099 | 2 years ago | | | 0 | 0.0022535670 | |
| 10780130 | 4 years ago | | | 0 | 0.018570588 | |
| 9983862 | 5 years ago | | | 0 | 0.00032649600 | |
| 9877744 | 5 years ago | | | 0 | 0.00036975429 | |
| 9862942 | 5 years ago | | | 0 | 0.00023656800 | |
| 9858776 | 5 years ago | | | 0 | 0.00032656800 | |
| 9858776 | 5 years ago | | | 0 | 0.00032649600 | |
| 9858773 | 5 years ago | | | 0 | 0.00038647800 | |
| 9858773 | 5 years ago | | | 0 | 0.00032664000 | |
| 9858773 | 5 years ago | | | 0 | 0.00032656800 |
ABI
ABI objects
Getter at block 21164830
decimals() view returns (uint8)
18
name() view returns (string)
Bcnex Token
symbol() view returns (string)
BCNX
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBurner(address account) view returns (bool)
State-modifying
Events addBurner(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceBurner()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.