1X Short EOS Token
Verified contract
Active on
Ethereum with 258 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 " 1X Short EOS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15952655 | 2 years ago | | | 0 | 0.0010456445 | |
| 15951459 | 2 years ago | | | 0 | 0.0012916172 | |
| 15242113 | 2 years ago | | | 0 | 0.00048638000 | |
| 15242110 | 2 years ago | | | 0 | 0.00048638000 | |
| 13485577 | 3 years ago | | | 0 | 0.0033794648 | |
| 13485566 | 3 years ago | | | 0 | 0.0034620017 | |
| 13485271 | 3 years ago | | | 0 | 0.0046047723 | |
| 13114373 | 3 years ago | | | 0 | 0.0045419595 | |
| 13114307 | 3 years ago | | | 0 | 0.0037497318 | |
| 12957882 | 3 years ago | | | 0 | 0.0018993170 |
ABI
ABI objects
Getter at block 21163079
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
leverage() view returns (int8)
-1
name() view returns (string)
1X Short EOS Token
owner() view returns (address)
0xe8cb77c2585051aa4e2d05fabbaf9bb40a0c5ebe
paused() view returns (bool)
false
symbol() view returns (string)
EOSHEDGE
totalSupply() view returns (uint256)
15181476245660000000000
underlying() view returns (string)
EOS
whitelist() view returns (address)
0x2c36170fd467bf64283b76cdda5ddf2e5de82a62
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) 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 success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
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.