DAOGAME

Verified contract

Active on Ethereum with 1,143 txns
Deployed by via 0x4793c12c at 18357050
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x1fb0dd5fd059feab5c6fdae30714cbf8e2571d65e92fc624cbb315a14f5abaa3
0x8fd9a50d5772d2d8c72a49cb4a49b7e238330ccdb15fadbdb7af293e49b5bd52
0x2b41a92a0c722e3d653a824e370a47c02b1ca9765b10947c221b7c1168a1d527
0x274f8f87daa3a13268981fe6ebf769860c9615230f0457c670ffeae07e28c29b
0xa5c283fb4a02c15f3c76e0eb879bbd7b375a9124d61d16c7c2648d85e8ec73d8
0xaf6449b424297023e6f5a0cfcb93ccd83dcc856dfb4276e33951f8533d23ea4c
0xa5f4fd780c6a340c6c6cd5e9559edbe549670dde34b8bc8eca7c02bca92d7e4e
0x3b3b234529b1170ad57d40590dd0703123946abd980ee56b5e5c2f11900abe36
0x254a8b6c2c13c80496d3fa4725cc49cd12ccbe83e571ce015464372ecaa91a4b
0x7e94737ab65db1db54188fcaf07c5fdbd7bfba9a5d82dba49a5cacec919e2884

Functions
Getter at block 21292377
OGRoot(view returns (bytes32)
0x9b6d58432633d8c4b59ba56c297e78ac601b6311245a80159dfaab4d76ae6c04
annualRoot(view returns (bytes32)
0x426d81bb4e3fbbff347c5c611c7c4ccf34edff6414748aa97af0aa9c1a42e7d3
buyTax(view returns (uint16)
500
decimals(pure returns (uint8)
18
denominator(view returns (uint16)
10000
firstDate2024(view returns (uint256)
1704067200
genesis(view returns (uint256)
1697388275
maxSupply(view returns (uint256)
100000000000000000000000000
name(pure returns (string)
DAOGAME
owner(view returns (address)
0x41902a30277847ce57aa9c152369652e287e1626
pair(view returns (address)
0xff4d9a735a4eb10c4889bc71d49111662efa8566
sellTax(view returns (uint16)
500
startLiquidity(view returns (uint256)
1697823023
swapPct(view returns (uint256)
10000
symbol(pure returns (string)
DAOG
threshold(view returns (uint256)
100000000000000000
totalSupply(view returns (uint256)
73000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
exempted(addressview returns (bool)
isPool(address addrview returns (bool)
proofs(addressuint256view returns (bytes32)
remainingCommunity(uint256view returns (uint256)
remainingRewards(uint256view returns (uint256)
remainingTeam(uint256view returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
mintCommunity(
mintRewards(
mintTeam(
renounceOwnership(
safeETHtransfer(
safeTokenSwap(uint256 amount
setAnnualRoot(bytes32 _annualRoot
setBuyTax(uint16 newTax
setExempted(address _addressbool exempt_
setMultiSig(address multiSig_
setOGRoot(bytes32 _OGRoot
setPool(address addrbool isPool_
setProof(bytes32[] _proof
setSellTax(uint16 newTax
setStartLiquidity(
setSwapPct(uint256 _swapPct
setThreshold(uint256 _threshold
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
withdrawLiquidity(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ChangeBuyTax(uint256 prevTaxuint256 newTax
ChangeSellTax(uint256 prevTaxuint256 newTax
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address multiSig_address router_
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token