XLGE DAI LP
Verified contract
Active on
Ethereum with 5 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 "XLGE DAI LP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11722922 | 4 years ago | | | 0 | 0.0023380950 | |
| 11613811 | 4 years ago | | | 0 | 0.0056467200 | |
| 11568194 | 4 years ago | | | 0 | 0.0018788120 | |
| 11387946 | 4 years ago | | | 0 | 0.00044375100 | |
| 11376843 | 4 years ago | | | 0 | 0.0013805370 |
ABI
ABI objects
Getter at block 21282699
decimals() view returns (uint8)
18
distributor() view returns (address)
0x2b35cccd8a0bdd17ec2f7e28d8929723826f13d5
name() view returns (string)
XLGE DAI LP
refBalance() view returns (uint256)
16405493088825137893859
refSupply() view returns (uint256)
112066100000000000000
symbol() view returns (string)
XLGE:DAI
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
146100000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount) returns (bool)
mint(address _account, uint256 _amount) returns (bool)
setRefBalance(uint256 _refBalance) returns (bool)
setRefSupply(uint256 _refSupply) returns (bool)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
SetRefBalance(uint256 refBalance)
SetRefSupply(uint256 refSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _distributor, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.