LoanBurst
Verified contract
Active on
Ethereum with 2,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBurst | ERC-20 | 5.405774K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19880310 | 6 months ago | | | 0 | 0.000086924396 | |
| 19477674 | 8 months ago | | | 0 | 0.00080150188 | |
| 19081256 | 10 months ago | | | 0 | 0.00024541381 | |
| 16878293 | 2 years ago | | | 0 | 0.00092922372 | |
| 16525258 | 2 years ago | | | 0 | 0.00038043419 | |
| 15877304 | 2 years ago | | | 0 | 0.00033230039 | |
| 15048313 | 2 years ago | | | 0 | 0.0025218994 | |
| 13575032 | 3 years ago | | | 0 | 0.0062334211 | |
| 13116861 | 3 years ago | | | 0 | 0.029348500 | |
| 12968861 | 3 years ago | | | 0 | 0.00095407329 |
ABI
ABI objects
Getter at block 21211838
MIN_FREEZE_AMOUNT() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LoanBurst
symbol() view returns (string)
LBurst
totalFrozen() view returns (uint256)
47324558903389999989776
totalSupply() view returns (uint256)
847274849016402561775766
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensFrozen, uint256 userBalance, uint256 userFrozen, uint256 userDividends, uint256 userIgnitetime)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
frozenOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events ClaimInterest() returns (uint256)
CutLoan(uint256 _tokens)
Loan(uint256 _tokens)
_minLoan(uint256 _number)
approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
distribute(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Freeze(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.