diff --git a/custom-abi/fio/fio.address-1-100000000.json b/custom-abi/fio/fio.address-1-100000000.json new file mode 100644 index 0000000..207f47c --- /dev/null +++ b/custom-abi/fio/fio.address-1-100000000.json @@ -0,0 +1,385 @@ +{ + "version": "eosio::abi/1.0", + "types": [], + "structs": [ + { + "name": "fioname", + "base": "", + "fields": [ + { + "name": "id", + "type": "uint64" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "namehash", + "type": "uint128" + }, + { + "name": "domain", + "type": "string" + }, + { + "name": "domainhash", + "type": "uint128" + }, + { + "name": "expiration", + "type": "uint64" + }, + { + "name": "owner_account", + "type": "name" + }, + { + "name": "addresses", + "type": "tokenpubaddr[]" + }, + { + "name": "bundleeligiblecountdown", + "type": "uint64" + } + ] + }, + { + "name": "domain", + "base": "", + "fields": [ + { + "name": "id", + "type": "uint64" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "domainhash", + "type": "uint128" + }, + { + "name": "account", + "type": "name" + }, + { + "name": "is_public", + "type": "uint8" + }, + { + "name": "expiration", + "type": "uint32" + } + ] + }, + { + "name": "eosio_name", + "base": "", + "fields": [ + { + "name": "account", + "type": "name" + }, + { + "name": "clientkey", + "type": "string" + }, + { + "name": "keyhash", + "type": "uint128" + } + ] + }, + { + "name": "regaddress", + "base": "", + "fields": [ + { + "name": "fio_address", + "type": "string" + }, + { + "name": "owner_fio_public_key", + "type": "string" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "actor", + "type": "name" + }, + { + "name": "tpid", + "type": "string" + } + ] + }, + { + "name": "tokenpubaddr", + "base": "", + "fields": [ + { + "name": "token_code", + "type": "string" + }, + { + "name": "chain_code", + "type": "string" + }, + { + "name": "public_address", + "type": "string" + } + ] + }, + { + "name": "addaddress", + "base": "", + "fields": [ + { + "name": "fio_address", + "type": "string" + }, + { + "name": "public_addresses", + "type": "tokenpubaddr[]" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "actor", + "type": "name" + }, + { + "name": "tpid", + "type": "string" + } + ] + }, + { + "name": "regdomain", + "base": "", + "fields": [ + { + "name": "fio_domain", + "type": "string" + }, + { + "name": "owner_fio_public_key", + "type": "string" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "actor", + "type": "name" + }, + { + "name": "tpid", + "type": "string" + } + ] + }, + { + "name": "renewdomain", + "base": "", + "fields": [ + { + "name": "fio_domain", + "type": "string" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "tpid", + "type": "string" + }, + { + "name": "actor", + "type": "name" + } + ] + }, + { + "name": "renewaddress", + "base": "", + "fields": [ + { + "name": "fio_address", + "type": "string" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "tpid", + "type": "string" + }, + { + "name": "actor", + "type": "name" + } + ] + }, + { + "name": "setdomainpub", + "base": "", + "fields": [ + { + "name": "fio_domain", + "type": "string" + }, + { + "name": "is_public", + "type": "int8" + }, + { + "name": "max_fee", + "type": "int64" + }, + { + "name": "actor", + "type": "name" + }, + { + "name": "tpid", + "type": "string" + } + ] + }, + { + "name": "burnexpired", + "base": "", + "fields": [] + }, + { + "name": "decrcounter", + "base": "", + "fields": [ + { + "name": "fio_address", + "type": "string" + }, + { + "name": "step", + "type": "int32" + } + ] + }, + { + "name": "bind2eosio", + "base": "", + "fields": [ + { + "name": "account", + "type": "name" + }, + { + "name": "client_key", + "type": "string" + }, + { + "name": "existing", + "type": "bool" + } + ] + } + ], + "actions": [ + { + "name": "decrcounter", + "type": "decrcounter", + "ricardian_contract": "" + }, + { + "name": "regaddress", + "type": "regaddress", + "ricardian_contract": "" + }, + { + "name": "addaddress", + "type": "addaddress", + "ricardian_contract": "" + }, + { + "name": "regdomain", + "type": "regdomain", + "ricardian_contract": "" + }, + { + "name": "renewdomain", + "type": "renewdomain", + "ricardian_contract": "" + }, + { + "name": "renewaddress", + "type": "renewaddress", + "ricardian_contract": "" + }, + { + "name": "burnexpired", + "type": "burnexpired", + "ricardian_contract": "" + }, + { + "name": "setdomainpub", + "type": "setdomainpub", + "ricardian_contract": "" + }, + { + "name": "bind2eosio", + "type": "bind2eosio", + "ricardian_contract": "" + } + ], + "tables": [ + { + "name": "fionames", + "index_type": "i64", + "key_names": [ + "id" + ], + "key_types": [ + "string" + ], + "type": "fioname" + }, + { + "name": "domains", + "index_type": "i64", + "key_names": [ + "id" + ], + "key_types": [ + "string" + ], + "type": "domain" + }, + { + "name": "accountmap", + "index_type": "i64", + "key_names": [ + "account" + ], + "key_types": [ + "uint64" + ], + "type": "eosio_name" + } + ], + "ricardian_clauses": [], + "error_messages": [], + "abi_extensions": [], + "variants": [] +} diff --git a/custom-abi/fio/fio.treasury-1-100000000.json b/custom-abi/fio/fio.treasury-1-100000000.json new file mode 100644 index 0000000..82d8f2e --- /dev/null +++ b/custom-abi/fio/fio.treasury-1-100000000.json @@ -0,0 +1,232 @@ +{ + "version": "eosio::abi/1.1", + "types": [], + "structs": [ + { + "name": "tpidclaim", + "base": "", + "fields": [ + { + "name": "actor", + "type": "name" + } + ] + }, + { + "name": "startclock", + "base": "", + "fields": [] + }, + { + "name": "bpclaim", + "base": "", + "fields": [ + { + "name": "fio_address", + "type": "string" + }, + { + "name": "actor", + "type": "name" + } + ] + }, + { + "name": "treasurystate", + "base": "", + "fields": [ + { + "name": "lasttpidpayout", + "type": "uint64" + }, + { + "name": "payschedtimer", + "type": "uint64" + }, + { + "name": "rewardspaid", + "type": "uint64" + }, + { + "name": "reservetokensminted", + "type": "uint64" + } + ] + }, + { + "name": "bpreward", + "base": "", + "fields": [ + { + "name": "rewards", + "type": "uint64" + } + ] + }, + { + "name": "fdtnreward", + "base": "", + "fields": [ + { + "name": "rewards", + "type": "uint64" + } + ] + }, + { + "name": "fdtnrwdupdat", + "base": "", + "fields": [ + { + "name": "amount", + "type": "uint64" + } + ] + }, + { + "name": "bprewdupdate", + "base": "", + "fields": [ + { + "name": "amount", + "type": "uint64" + } + ] + }, + { + "name": "bppoolupdate", + "base": "", + "fields": [ + { + "name": "amount", + "type": "uint64" + } + ] + }, + { + "name": "bucketpool", + "base": "", + "fields": [ + { + "name": "rewards", + "type": "uint64" + } + ] + }, + { + "name": "bppaysched", + "base": "", + "fields": [ + { + "name": "owner", + "type": "name" + }, + { + "name": "abpayshare", + "type": "uint64" + }, + { + "name": "sbpayshare", + "type": "uint64" + }, + { + "name": "votes", + "type": "float64" + } + ] + } + ], + "actions": [ + { + "name": "tpidclaim", + "type": "tpidclaim", + "ricardian_contract": "" + }, + { + "name": "bpclaim", + "type": "bpclaim", + "ricardian_contract": "" + }, + { + "name": "startclock", + "type": "startclock", + "ricardian_contract": "" + }, + { + "name": "fdtnrwdupdat", + "type": "fdtnrwdupdat", + "ricardian_contract": "" + }, + { + "name": "bprewdupdate", + "type": "bprewdupdate", + "ricardian_contract": "" + }, + { + "name": "bppoolupdate", + "type": "bppoolupdate", + "ricardian_contract": "" + } + ], + "tables": [ + { + "name": "clockstate", + "index_type": "i64", + "key_names": [ + "lastrun" + ], + "key_types": [ + "uint64" + ], + "type": "treasurystate" + }, + { + "name": "bprewards", + "index_type": "i64", + "key_names": [ + "rewards" + ], + "key_types": [ + "uint64" + ], + "type": "bpreward" + }, + { + "name": "fdtnrewards", + "index_type": "i64", + "key_names": [ + "rewards" + ], + "key_types": [ + "uint64" + ], + "type": "fdtnreward" + }, + { + "name": "bpbucketpool", + "index_type": "i64", + "key_names": [ + "rewards" + ], + "key_types": [ + "uint64" + ], + "type": "bucketpool" + }, + { + "name": "voteshares", + "index_type": "i64", + "key_names": [ + "owner" + ], + "key_types": [ + "uint64" + ], + "type": "bppaysched" + } + ], + "ricardian_clauses": [], + "error_messages": [], + "abi_extensions": [], + "variants": [] +}