Beechain Exchange Cross-chain Coin
Verified contract
Active on
Ethereum with 3,879 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 "Beechain Exchange Cross-chain Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8429495 | 5 years ago | | | 0 | 0.000067506000 | |
| 8429487 | 5 years ago | | | 0 | 0.000060800000 | |
| 8429456 | 5 years ago | | | 0 | 0.000033440000 | |
| 8173386 | 5 years ago | | | 0 | 0.000032650761 | |
| 7751254 | 5 years ago | | | 0 | 0.000088875000 | |
| 7662476 | 6 years ago | | | 0 | 0.0011269800 | |
| 7662466 | 6 years ago | | | 0 | 0.000095905500 | |
| 7662455 | 6 years ago | | | 0 | 0.00067506000 | |
| 7662455 | 6 years ago | | | 0 | 0.00067314000 | |
| 7662455 | 6 years ago | | | 0 | 0.00067506000 |
ABI
ABI objects
Getter at block 21161929
allocatedBalance() view returns (uint256 tokens)
30000000000000000000000000
decimals() view returns (uint8)
18
freeBalance() view returns (uint256 tokens)
15000000000000000000000000
name() view returns (string)
Beechain Exchange Cross-chain Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x89188ad8982d95f20c686ffe497d8dfd11de9b7f
paused() view returns (bool)
false
releasedBalance() view returns (uint256 tokens)
45000000000000000000000000
symbol() view returns (string)
BECC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
allocateTokens(address to, uint256 tokens) returns (bool success)
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
calculateReleased() returns (uint256 tokens)
pause()
transfer(address to, uint256 tokens) returns (bool success)
transferERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unpause()
AllocateTokens(address to, uint256 tokens)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Pause()
ReleasedTokens(uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
constructor()
fallback()
This contract contains no error objects.