This contract is being backfilled. You may encounter incomplete storage history.

Genesis

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xc7c8bea5 at 20158317
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Genesis"

No transactions found for "Genesis"


Functions
Getter at block 20797741
buyTax(view returns (uint256)
2
decimals(view returns (uint8)
18
enableTrading(view returns (bool)
false
name(view returns (string)
Genesis
owner(view returns (address)
0xd3f3b4acc2cf09dcbd03b771e9a67f9e2210517d
presaleContract(view returns (address)
0x0000000000000000000000000000000000000000
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax(view returns (uint256)
5
stakingContract(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GEN
taxLiquidatePercentage(view returns (uint256)
30
totalSupply(view returns (uint256)
1000000000000000000000000000
treasury(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
emergencyEthWithdraw(address touint256 amount
emergencyWithdraw(address tokenaddress touint256 amount
excludeFromTaxes(address accountbool excluded
mint(address touint256 amount
renounceOwnership(
setEnableTrading(
setLiquidityPool(address pairbool isLiquidityPool
setPresaleContract(address presaleContract_
setStakingContract(address stakingContract_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateBuyTax(uint256 _buyTax
updateSellTax(uint256 _sellTax
updateTaxLiquidationPercentage(uint256 _taxLiqPercentage
updateTaxes(uint256 _buyTaxuint256 _sellTax
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwneraddress uniswapRouterAddressaddress _treasury
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account