DAOGAME
Verified contract
Active on
Ethereum with 1,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f6a…3c53
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAOG | ERC-20 | 703.172697K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273325 | 3 days ago | | | 0 | 0.00065466333 | |
| 21073499 | a month ago | | | 0 | 0.00042951344 | |
| 21070604 | a month ago | | | 0 | 0.00042828077 | |
| 21022599 | a month ago | | | 0 | 0.0010843743 | |
| 21017719 | a month ago | | | 0 | 0.00028318384 | |
| 21017715 | a month ago | | | 0 | 0.00028976401 | |
| 21017697 | a month ago | | | 0 | 0.00026204329 | |
| 21015001 | a month ago | | | 0 | 0.00049978899 | |
| 21014956 | a month ago | | | 0 | 0.00044149020 | |
| 21013409 | a month ago | | | 0 | 0.00035292423 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exempted(address) view returns (bool)
isPool(address addr) view returns (bool)
proofs(address, uint256) view returns (bytes32)
remainingCommunity(uint256) view returns (uint256)
remainingRewards(uint256) view returns (uint256)
remainingTeam(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
mintCommunity()
mintRewards()
mintTeam()
renounceOwnership()
safeETHtransfer()
safeTokenSwap(uint256 amount)
setAnnualRoot(bytes32 _annualRoot)
setBuyTax(uint16 newTax)
setExempted(address _address, bool exempt_)
setMultiSig(address multiSig_)
setOGRoot(bytes32 _OGRoot)
setPool(address addr, bool isPool_)
setProof(bytes32[] _proof)
setSellTax(uint16 newTax)
setStartLiquidity()
setSwapPct(uint256 _swapPct)
setThreshold(uint256 _threshold)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawLiquidity()
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeBuyTax(uint256 prevTax, uint256 newTax)
ChangeSellTax(uint256 prevTax, uint256 newTax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address multiSig_, address router_)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)