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 "Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295297 | 4 hours ago | | | 0 | 0.00047158338 | |
| 21295293 | 4 hours ago | | | 0 | 0.00071075976 | |
| 21292711 | 13 hours ago | | | 0 | 0.00067124015 | |
| 21292698 | 13 hours ago | | | 0 | 0.00055219197 | |
| 21287340 | a day ago | | | 0 | 0.00061653022 | |
| 21287054 | a day ago | | | 0 | 0.00045117289 | |
| 21287052 | a day ago | | | 0 | 0.00079393794 | |
| 21284105 | 2 days ago | | | 0 | 0.00038418201 | |
| 21284095 | 2 days ago | | | 0 | 0.00044518445 | |
| 21280522 | 2 days ago | | | 0 | 0.0011874934 |
ABI
ABI objects
Getter at block 21296560
buyTax() view returns (uint256)
2
decimals() view returns (uint8)
18
enableTrading() view returns (bool)
true
name() view returns (string)
Genesis
owner() view returns (address)
0x7ae8c49bff82715bbcfea04ffa7e6b79e70729d4
presaleContract() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
3
stakingContract() view returns (address)
0xddddddddddddddbbddb371c9c41cb2572fa6decf
symbol() view returns (string)
GEN
taxLiquidatePercentage() view returns (uint256)
90
totalSupply() view returns (uint256)
672447667950191015848679310
treasury() view returns (address)
0x31b6a4dca90fabf29879143ca5bb2c10e8a11e4c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
emergencyEthWithdraw(address to, uint256 amount)
emergencyWithdraw(address token, address to, uint256 amount)
excludeFromTaxes(address account, bool excluded)
mint(address to, uint256 amount)
renounceOwnership()
setEnableTrading()
setLiquidityPool(address pair, bool isLiquidityPool)
setPresaleContract(address presaleContract_)
setStakingContract(address stakingContract_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner, address uniswapRouterAddress, address _treasury)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)