Staked Manifest
Verified contract
Active on
Ethereum with 664 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 Manifest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21319621 | 11 days ago | | | 0 | 0.00039462923 | |
| 21319620 | 11 days ago | | | 0 | 0.00040032560 | |
| 19943504 | 7 months ago | | | 0 | 0.00011273924 | |
| 19861538 | 7 months ago | | | 0 | 0.00037761502 | |
| 19494702 | 9 months ago | | | 0 | 0.00044741558 | |
| 19450196 | 9 months ago | | | 0 | 0.00079657558 | |
| 19032015 | a year ago | | | 0 | 0.0016326709 | |
| 19025385 | a year ago | | | 0 | 0.00085704366 | |
| 19021914 | a year ago | | | 0 | 0.0021163868 | |
| 18873076 | a year ago | | | 0 | 0.00031917668 |
ABI
ABI objects
Getter at block 21398253
DOMAIN_SEPARATOR() view returns (bytes32)
0x63ab7e80c7f7c05d6675384db751da9f3f2f8afd1d516849790b749625fdcbc7
INDEX() view returns (uint256)
23158417847463239084714197001737581570653996933128112807891516000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
circulatingSupply() view returns (uint256)
138536176813214
decimals() view returns (uint8)
9
index() view returns (uint256)
5816753496
initializer() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0xa963a46ef8d90cba23347def96632417beaf72a2
name() view returns (string)
Staked Manifest
stakingContract() view returns (address)
0x9c9022c6a2e1ed9f3110e177763123c4400d5eb6
symbol() view returns (string)
sMNFST
totalSupply() view returns (uint256)
29083767481393361
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.