BitMaxToken
Verified contract
Active on
Ethereum with 12,651 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131869 | 19 days ago | | | 0 | 0.00037418312 | |
| 21131867 | 19 days ago | | | 0 | 0.00036757716 | |
| 21081136 | a month ago | | | 0 | 0.00025116569 | |
| 21081134 | a month ago | | | 0 | 0.00024641970 | |
| 21052392 | a month ago | | | 0 | 0.00018477193 | |
| 20872650 | 2 months ago | | | 0 | 0.00047772126 | |
| 20788079 | 2 months ago | | | 0 | 0.00034535668 | |
| 20066576 | 5 months ago | | | 0 | 0.00010695807 | |
| 20066572 | 5 months ago | | | 0 | 0.00010915721 | |
| 19872073 | 6 months ago | | | 0 | 0.000089391337 |
ABI
ABI objects
Getter at block 21271299
decimals() view returns (uint8)
18
name() view returns (string)
BitMax token
owner() view returns (address)
0x79840f653050530e46e36b7ef4756529b6680f10
paused() view returns (bool)
true
symbol() view returns (string)
BTMX
totalSupply() view returns (uint256)
743798994444000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkBlacklist(address recipient) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
changeBlacklist(address recipient, bool status)
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)
Burn(address indexed burner, 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.