BMEX Token
Verified contract
Active on
Ethereum with 673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583229 | 2 years ago | | | 0 | 0.00094316000 | |
| 13463515 | 3 years ago | | | 0 | 0.0030672724 | |
| 11614359 | 4 years ago | | | 0 | 0.0056963214 | |
| 11614276 | 4 years ago | | | 0 | 0.0076672261 | |
| 9933704 | 5 years ago | | | 0 | 0.00014305831 | |
| 9482507 | 5 years ago | | | 0 | 0.00046942200 | |
| 9416130 | 5 years ago | | | 0 | 0.00041726400 | |
| 9317255 | 5 years ago | | | 0 | 0.00016161540 | |
| 9198985 | 5 years ago | | | 0 | 0.00041726400 | |
| 9170031 | 5 years ago | | | 0 | 0.00052158000 |
ABI
ABI objects
Getter at block 21331219
decimals() view returns (uint8)
18
name() view returns (string)
BMEX Token
symbol() view returns (string)
BMT
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.