DGI Game
Verified contract
Active on
Ethereum with 30,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($181.98)
Native
Value
$129.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.037458 | $3,452.51 |
$129.33 | |
DGI | ERC-20 | 93.456204K | $0.000528 |
$49.37 | |
SYNC | ERC-20 | 11.021559K | $0.000297 |
$3.28 | |
CX | ERC-20 | 7.2K | -- | -- | |
CX | ERC-20 | 7.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268804 | an hour ago | | | 0 | 0.00030789077 | |
| 21268766 | an hour ago | | | 0 | 0.00054701350 | |
| 21268736 | an hour ago | | | 0 | 0.00052907279 | |
| 21268494 | 2 hours ago | | | 0 | 0.00035044614 | |
| 21267859 | 4 hours ago | | | 0 | 0.0010067163 | |
| 21267788 | 4 hours ago | | | 0 | 0.00046379934 | |
| 21267501 | 5 hours ago | | | 0 | 0.00049101221 | |
| 21267052 | 7 hours ago | | | 0 | 0.00076493900 | |
| 21266644 | 8 hours ago | | | 0 | 0.00069180370 | |
| 21266633 | 8 hours ago | | | 0 | 0.0011054359 |
ABI
ABI objects
Getter at block 21269081
buySellTax() view returns (uint256)
0
decimals() view returns (uint8)
18
lpThreshold() view returns (uint256)
100000000000000000000000
name() view returns (string)
DGI Game
owner() view returns (address)
0x3d35c9daf0a18dee9cb6e7099758e8644b58512b
purcahseLimit() view returns (uint256)
0
symbol() view returns (string)
DGI
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe1525583c72de1a3dada24f761007ba8a560e220
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchExcludeFromLimitation(address[] account, bool[] excluded)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimitation(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLPThreshold(uint256 amount)
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 _tax)
setTradingOpen(bool _status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchExcludeFromLimitation(address[] account, bool[] isExcluded)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
LPThresholdSet(uint256 amount)
LPWithdrawn(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _buySellTax, uint256 __purchaseLimit)
receive()
This contract contains no error objects.