LIT Call Option Token
Verified contract
Active on
Ethereum with 1,583 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d43…7e30
Balances ($0.00)
No balances found for "LIT Call Option Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242798 | a day ago | | | 0 | 0.0011837136 | |
| 21241519 | a day ago | | | 0 | 0.00095453948 | |
| 21241302 | a day ago | | | 0 | 0.00081676103 | |
| 21241161 | a day ago | | | 0 | 0.00031122599 | |
| 21240077 | a day ago | | | 0 | 0.00089185123 | |
| 21235020 | 2 days ago | | | 0 | 0.0012386706 | |
| 21229091 | 3 days ago | | | 0 | 0.0013724608 | |
| 21227211 | 3 days ago | | | 0 | 0.0010252608 | |
| 21217739 | 4 days ago | | | 0 | 0.0013660661 | |
| 21213100 | 5 days ago | | | 0 | 0.00091241217 |
ABI
ABI objects
Getter at block 21249330
DOMAIN_SEPARATOR() view returns (bytes32)
0xe2b90f7b9acecfc6dbe05354342abfe0f55b6fcf04979dc2b015772ee9a1bcfc
decimals() view returns (uint8)
18
name() view returns (string)
LIT Call Option Token
oracle() view returns (address)
0x9d43ccb1ad7e0081cc8a8f1fd54d16e54a637e30
owner() view returns (address)
0x9a8fee232dcf73060af348a1b62cdb0a19852d13
paymentToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
symbol() view returns (string)
oLIT
tokenAdmin() view returns (address)
0x4cc39af0d46b0f66fd33778c6629a696bdc310a0
totalSupply() view returns (uint256)
110233740542819553786640816
treasury() view returns (address)
0xb6859913bae3e18d16198485643f8bb017e96b7f
underlyingToken() view returns (address)
0xfd0205066521550d7d7ab19da8f72bb004b4c341
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
exercise(uint256 amount, uint256 maxPaymentAmount, address recipient) returns (uint256 paymentAmount)
exercise(uint256 amount, uint256 maxPaymentAmount, address recipient, uint256 deadline) returns (uint256 paymentAmount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setOracle(address oracle_)
setTreasury(address treasury_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
Exercise(address indexed sender, address indexed recipient, uint256 amount, uint256 paymentAmount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetOracle(address indexed newOracle)
SetTreasury(address indexed newTreasury)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string name_, string symbol_, address owner_, address tokenAdmin_, address paymentToken_, address underlyingToken_, address oracle_, address treasury_)
This contract contains no fallback and receive objects.
OptionsToken__NotTokenAdmin()
OptionsToken__PastDeadline()
OptionsToken__SlippageTooHigh()