Dact Coin
Verified contract
Active on
Ethereum with 2,978 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DACT | ERC-20 | 1.203818M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21064578 | 20 days ago | | | 0 | 0.00060954775 | |
| 21019916 | a month ago | | | 0 | 0.00034238555 | |
| 20927032 | a month ago | | | 0 | 0.00032221563 | |
| 20878509 | 2 months ago | | | 0 | 0.00051051890 | |
| 20843880 | 2 months ago | | | 0 | 0.00055712441 | |
| 20699710 | 2 months ago | | | 0 | 0.000044115746 | |
| 20699708 | 2 months ago | | | 0 | 0.000047384100 | |
| 20650229 | 3 months ago | | | 0 | 0.000088809427 | |
| 20643761 | 3 months ago | | | 0 | 0.000068295408 | |
| 20606785 | 3 months ago | | | 0 | 0.000041125412 |
ABI
ABI objects
Getter at block 21211266
decimals() view returns (uint8)
9
marketingWallet() view returns (address)
0x380e7f17494a83f415b903e039d94ef2a08bfc17
maxTxAmount() view returns (uint256)
100000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000
name() view returns (string)
Dact Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DACT
taxForLiquidity() view returns (uint256)
1
taxForMarketing() view returns (uint256)
4
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0x256b4f0c1b10a5200a7582a7041cdcb9b7101896
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)
changeMarketingWallet(address newWallet) returns (bool)
changeMaxTxAmount(uint256 _maxTxAmount) returns (bool)
changeMaxWalletAmount(uint256 _maxWalletAmount) returns (bool)
changeTaxForLiquidityAndMarketing(uint256 _taxForLiquidity, uint256 _taxForMarketing) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.