GenomeFi
  • GenomeFi and its biomedical platform
  • Multiomics-based genomic data
  • Project background
  • Solutions
  • Global market size
  • GDID and AI
  • GenomeFi Product
  • GENO & DeSci
  • Core business model
  • GenomeFi Service Flow
  • Use Cases of Geno Token
  • Team
  • Tokenomics
  • Roadmap
  • Geno LAB TOWN
  • GENO Staking
  • Disclamer
Powered by GitBook
On this page
  • 🔗GENO Token Circulating Supply

Tokenomics

PreviousTeamNextRoadmap

Last updated 2 months ago

🔗

  • Contract Address : 0xca730042595a1809793fbe2e9883c184c7eb27db

  • Block Number : 51914628

  • Read Method

Method Name

Method Spec & Description

Returns the name of the token.

GenomeFi string

See {IERC20-totalSupply}.

1000000000000000000000000000 uint256

Returns the number of decimals used to get its user representation.

18 uint8

0x4cc1E5Be694331c2375267CF9B6bfd40da094acB address

See {IERC20-balanceOf}.

account (address)

0x4cc1E5Be694331c2375267CF9B6bfd40da094acB address

0x4cc1E5Be694331c2375267CF9B6bfd40da094acB address

Returns the symbol of the token, usually a shorter version of the name.

GENO string

get the amount of reserved token

_address (address)

get the amount reserved token of the sender

0 uint256

<input> (address)

See {IERC20-allowance}.

owner (address)

  • Write Method

See {IERC20-approve}. * Requirements: * - `spender` cannot be the zero address.

spender (address)

change owner address

_newOwner (address)

Transfer tokens from one address to another * The _from's geno balance should be larger than the reserved amount(reserves[_from]) plus _value. * NOTE: no one can tranfer from vault

_from (address)

Atomically increases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address.

spender (address)

change vault address

_newVault (address)

change admin address

_newAdmin (address)

change the amount of reserved token

_address (address) / _reserve (uint256)

Atomically decreases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.

spender (address)

transfer token from sender to other the result balance should be greater than or equal to the reserved token amount

_to (address)

Source :

Contract Code URL:

https://polygonscan.com/token/0xca730042595a1809793fbe2e9883c184c7eb27db
https://polygonscan.com/token/0xca730042595a1809793fbe2e9883c184c7eb27db#code
1. name
2. totalSupply
3. decimals
4. getAdmin
5. balanceOf
6. getOwner
7. getVault
8. symbol
9. reserveOf
10. reserve
11. reserves
12. allowance
1. approve
2. setOwner
3. transferFrom
4. increaseAllowance
5. setVault
6. setAdmin
7. setReserve
8. decreaseAllowance
9. transfer
GENO Token Circulating Supply