BELLCOIN
Verified contract
Active on
Ethereum with 10,761 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 |
---|---|---|---|---|---|
ETWT | ERC-20 | 129 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12579262 | 3 years ago | | | 0 | 0.00056878533 | |
| 12513519 | 3 years ago | | | 0 | 0.0020699120 | |
| 12505618 | 3 years ago | | | 0 | 0.0021222994 | |
| 12093162 | 4 years ago | | | 0 | 0.0032948100 | |
| 12092637 | 4 years ago | | | 0 | 0.0037585240 | |
| 12092636 | 4 years ago | | | 0 | 0.0037585240 | |
| 12092635 | 4 years ago | | | 0 | 0.0037585240 | |
| 12092634 | 4 years ago | | | 0 | 0.0037585240 | |
| 12092633 | 4 years ago | | | 0 | 0.0037585240 | |
| 12092632 | 4 years ago | | | 0 | 0.0037585240 |
ABI
ABI objects
Getter at block 21158008
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
BELLCOIN
owner() view returns (address)
0x0243ce728272973e6644a17271508e112bbc3913
paused() view returns (bool)
false
symbol() view returns (string)
BLL
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
removePauser(address account)
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.