BbillerToken
Verified contract
Active on
Ethereum with 343 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 |
---|---|---|---|---|---|
0x5cc6…3da9 | BBILLER | ERC-20 | 2.600502M | -- | -- |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14305951 | 3 years ago | | | 0 | 0.0021869291 | |
| 12143815 | 4 years ago | | | 0 | 0.012508590 | |
| 12041098 | 4 years ago | | | 0 | 0.013280764 | |
| 10062747 | 5 years ago | | | 0 | 0.0016634559 | |
| 9870885 | 5 years ago | | | 0 | 0.00020482000 | |
| 9795681 | 5 years ago | | | 0 | 0.00020327700 | |
| 9428091 | 5 years ago | | | 0 | 0.00036413960 | |
| 9428091 | 5 years ago | | | 0 | 0.00018024160 | |
| 9428088 | 5 years ago | | | 0 | 0.00036413960 | |
| 9428086 | 5 years ago | | | 0 | 0.00036413960 |
ABI
ABI objects
Getter at block 21303975
decimals() view returns (uint256)
18
getTokenUserCounter() view returns (uint256)
215
mintingFinished() view returns (bool)
false
owner() view returns (address)
0x49402a012a4b94aa67ce7ce1d88782ade89cc300
symbol() view returns (string)
BBILLER
tokenUserCounter() view returns (uint256)
215
totalSupply() view returns (uint256)
11100000000000000000000000100
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isTokenUser(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CountTokenUser(address _tokenUser, uint256 _tokenUserCounter, bool increment)
Mint(address indexed _to, uint256 _amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.