Staked Lobi
Verified contract
Active on
Ethereum with 2,560 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 "Staked Lobi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150074 | 8 days ago | | | 0 | 0.00028456880 | |
| 21134263 | 10 days ago | | | 0 | 0.00021577782 | |
| 21032702 | 24 days ago | | | 0 | 0.00023726326 | |
| 20859906 | 2 months ago | | | 0 | 0.00017374510 | |
| 20853202 | 2 months ago | | | 0 | 0.00051355867 | |
| 20707808 | 2 months ago | | | 0 | 0.000031825710 | |
| 20582959 | 3 months ago | | | 0 | 0.000021704400 | |
| 20413412 | 4 months ago | | | 0 | 0.000083105099 | |
| 20354608 | 4 months ago | | | 0 | 0.000051433103 | |
| 20190550 | 5 months ago | | | 0 | 0.00012734156 |
ABI
ABI objects
Getter at block 21204001
DOMAIN_SEPARATOR() view returns (bytes32)
0x84cc014ae72b144c920579c73cf3c4f79f82ca9fac2817860fd5bc927395699f
INDEX() view returns (uint256)
23158417847463239084714197001737581570653996933128112807891516000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
circulatingSupply() view returns (uint256)
11402678556064
decimals() view returns (uint8)
9
index() view returns (uint256)
5148659339
initializer() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0xba9ebdc5054a206b3d54d7cb7e7a5abd2810f6fe
name() view returns (string)
Staked Lobi
stakingContract() view returns (address)
0x3818eff63418e0a0ba3980aba5ff388b029b6d90
symbol() view returns (string)
sLOBI
totalSupply() view returns (uint256)
25743296695933070
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceForGons(uint256 gons) view returns (uint256)
balanceOf(address who) view returns (uint256)
gonsForBalance(uint256 amount) view returns (uint256)
nonces(address owner) view returns (uint256)
rebases(uint256) view returns (uint256 epoch, uint256 rebase, uint256 totalStakedBefore, uint256 totalStakedAfter, uint256 amountRebased, uint256 index, uint256 blockNumberOccured)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address stakingContract_) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pullManagement()
pushManagement(address newOwner_)
rebase(uint256 profit_, uint256 epoch_) returns (uint256)
renounceManagement()
setIndex(uint256 _INDEX) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 rebase, uint256 index)
LogStakingContractUpdated(address stakingContract)
LogSupply(uint256 indexed epoch, uint256 timestamp, uint256 totalSupply)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.