Module ftoken::ftoken_mod::state[][src]

Structs

bid information as stored by ftoken contract

proposal information as stored by ftoken contract

Reservation price and stake stored in binary (serialized U192) representing a Uint128 with additional 19 decimal points

Little-endian large integer type

Little-endian large integer type

Little-endian large integer type

Enums

Vote cast on proposals

Constants

Functions

Aggregate reservation price

information on auction

config specifically for ftoken functionality

staked ftokens

FtokenContr storage: stores information on this ftokens contract

Returns all bids in reverse order and the number of bids. If bids can be queried, bidders’ addressed can be identified (even if addresses are removed from the query result, if using side chain attacks)

stores viewing key to query nft contract

index the next proposal to be received

Proposal storage: stores proposal information

Reservation price votes for each address

proposal vote tally, which is the running cumulative tally

Multilevel bucket to store proposal votes. Key intended to be [bid_id, HumanAddr]