3X Short BitMax Token Token
Verified contract
Active on
Ethereum with 430 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c36…2a62
Balances ($0.00)
No balances found for "3X Short BitMax Token Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15952647 | 2 years ago | | | 0 | 0.0010300097 | |
| 15951487 | 2 years ago | | | 0 | 0.0011281109 | |
| 15549372 | 2 years ago | | | 0 | 0.00049479445 | |
| 15537700 | 2 years ago | | | 0 | 0.0012087090 | |
| 15391414 | 2 years ago | | | 0 | 0.0010532712 | |
| 15363999 | 2 years ago | | | 0 | 0.00058108215 | |
| 15242327 | 2 years ago | | | 0 | 0.00082749200 | |
| 15242324 | 2 years ago | | | 0 | 0.00082749200 | |
| 15232690 | 2 years ago | | | 0 | 0.0012990463 | |
| 15219243 | 2 years ago | | | 0 | 0.0012253409 |
ABI
ABI objects
Getter at block 21161115
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
leverage() view returns (int8)
-3
name() view returns (string)
3X Short BitMax Token Token
owner() view returns (address)
0xe8cb77c2585051aa4e2d05fabbaf9bb40a0c5ebe
paused() view returns (bool)
false
symbol() view returns (string)
BTMXBEAR
totalSupply() view returns (uint256)
2935777159774744776420000000000
underlying() view returns (string)
BTMX
whitelist() view returns (address)
0x2c36170fd467bf64283b76cdda5ddf2e5de82a62
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnBlacklisted(address from, uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
reclaimEther()
reclaimToken(address token)
renounceBurner()
renounceMinter()
renounceOwnership()
renouncePauser()
setWhitelist(address _whitelist)
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)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistChanged(address indexed account)
constructor(string name, string symbol, string _underlying, int8 _leverage)
This contract contains no fallback and receive objects.
This contract contains no error objects.