BitMEX Token
Verified contract
Active on
Ethereum with 3,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BitMEX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21384267 | 4 hours ago | | | 0 | 0.00062499070 | |
| 21384201 | 4 hours ago | | | 0 | 0.00083600834 | |
| 21384146 | 4 hours ago | | | 0 | 0.00057152575 | |
| 21383872 | 5 hours ago | | | 0 | 0.00065201626 | |
| 21383858 | 5 hours ago | | | 0 | 0.0010602173 | |
| 21383233 | 8 hours ago | | | 0 | 0.00045906763 | |
| 21383222 | 8 hours ago | | | 0 | 0.00084907856 | |
| 21381895 | 12 hours ago | | | 0 | 0.0012353124 | |
| 21377868 | a day ago | | | 0 | 0.00043151520 | |
| 21377845 | a day ago | | | 0 | 0.00072039974 |
ABI
ABI objects
Getter at block 21385485
_vestingContract() view returns (address)
0x65a35599a063f3ca882b1550a328d8a543d28232
decimals() view returns (uint8)
6
name() view returns (string)
BitMEX Token
owner() view returns (address)
0x8b0b1d6a3b46b676cd6da234cc1bf444fd2f6a32
paused() view returns (bool)
false
symbol() view returns (string)
BMEX
totalSupply() view returns (uint256)
450000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address _wallet) view returns (bool)
isBlacklistManager(address _blacklistManager) view returns (bool)
State-modifying
Events addBlacklistManager(address _blacklistManager)
approve(address spender, uint256 amount) returns (bool)
blacklist(address _wallet)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pause()
removeBlacklistManager(address _blacklistManager)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
whitelist(address _wallet)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistManagerAdded(address indexed _blacklistManager)
BlacklistManagerRemoved(address indexed _blacklistManager)
Blacklisted(address wallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Whitelisted(address wallet)
constructor(address owner, address vestingContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.