genshinCORE
Verified contract
Active on
Ethereum with 0 txns
The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 8,272,333,333.333333T | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "genshinCORE"
ABI
ABI objects
Getter at block 21229546
_totalSupply() view returns (uint256)
9940207861769783429605
decimals() view returns (uint8)
18
foundationRatio() view returns (uint256)
100
name() view returns (string)
genshinCORE
symbol() view returns (string)
gCORE
totalSupply() view returns (uint256)
9940207861769783429605
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getBurnPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.