BitMinutes
Verified contract
Active on
Ethereum with 10,429 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 |
---|---|---|---|---|---|
BMT | ERC-20 | 141 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868556 | a month ago | | | 0 | 0.00075291313 | |
| 20395651 | 3 months ago | | | 0 | 0.000049511000 | |
| 20152342 | 5 months ago | | | 0 | 0.000086329919 | |
| 19901858 | 6 months ago | | | 0 | 0.00015690201 | |
| 19777879 | 6 months ago | | | 0 | 0.00093027500 | |
| 19663046 | 7 months ago | | | 0 | 0.00093057500 | |
| 19662965 | 7 months ago | | | 0 | 0.00093057500 | |
| 19270852 | 9 months ago | | | 0 | 0.0016898281 | |
| 18899828 | 10 months ago | | | 0 | 0.0013577750 | |
| 18551796 | a year ago | | | 0 | 0.0013577750 |
ABI
ABI objects
Getter at block 21161209
TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BitMinutes
owner() view returns (address)
0xdfbc20a01daa14b87a4752893ab25a45e1848e92
paused() view returns (bool)
false
symbol() view returns (string)
BMT
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.