10X Short LEO Token
Verified contract
Active on
Ethereum with 32 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 "10X Short LEO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16013370 | 2 years ago | | | 0 | 0.00075403322 | |
| 15951497 | 2 years ago | | | 0 | 0.0012291706 | |
| 9354976 | 5 years ago | | | 0 | 0.0010793040 | |
| 9354566 | 5 years ago | | | 0 | 0.0010790160 | |
| 9303205 | 5 years ago | | | 0 | 0.00053965200 | |
| 9298294 | 5 years ago | | | 0 | 0.00097723200 | |
| 9237373 | 5 years ago | | | 0 | 0.0022485500 | |
| 9207121 | 5 years ago | | | 0 | 0.00048847200 | |
| 9042023 | 5 years ago | | | 0 | 0.0021182880 | |
| 9021811 | 5 years ago | | | 0 | 0.0021182880 |
ABI
ABI objects
Getter at block 21091302
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
leverage() view returns (int8)
-10
name() view returns (string)
10X Short LEO Token
owner() view returns (address)
0xe8cb77c2585051aa4e2d05fabbaf9bb40a0c5ebe
paused() view returns (bool)
false
symbol() view returns (string)
LEODOOM
totalSupply() view returns (uint256)
119709270000000000
underlying() view returns (string)
LEO
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.