DIAMOND COIN
Verified contract
Active on
Ethereum with 292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($2,973.52)
Native
Value
$2,973.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.959003 | $3,100.64 |
$2,973.52 | |
DMND | ERC-20 | 48.565184M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20887343 | a month ago | | | 0 | 0.00067923580 | |
| 18880533 | a year ago | | | 0 | 0.0011265871 | |
| 18880397 | a year ago | | | 0 | 0.0010872484 | |
| 18880356 | a year ago | | | 0 | 0.0018127632 | |
| 18880220 | a year ago | | | 0 | 0.0011142052 | |
| 18804488 | a year ago | | | 0 | 0.0013463914 | |
| 18590786 | a year ago | | | 0 | 0.0012750501 | |
| 18430012 | a year ago | | | 0 | 0.0012034595 | |
| 18426363 | a year ago | | | 0 | 0.00030419320 | |
| 18330677 | a year ago | | | 0 | 0.00015480888 |
ABI
ABI objects
Getter at block 21196399
approvedContract() view returns (address)
0x754ae5ac3be49f0166a2e15dbcc40242289b5f14
burnPercent() view returns (uint256)
25
buyTax() view returns (uint256)
3
creator() view returns (address)
0xa5f412c1364ca6b5c30b308b9b39a73ecbc6e489
decimals() view returns (uint8)
18
dividendPerToken() view returns (uint256)
2274019239
earlyTradingEnabled() view returns (bool)
false
lpPercent() view returns (uint256)
25
lpTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
1000000000000000000000000000
maxTaxSwap() view returns (uint256)
5000000000000000000000000
maxTxAmount() view returns (uint256)
1000000000000000000000000000
maxWalletSize() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
DIAMOND COIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
realSupply() view returns (uint256)
167195077
sellTax() view returns (uint256)
6
swapPair() view returns (address)
0xb76caa1a058b82787ed1f12f5b3bdfe81b7f125c
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
DMND
taxSwapThreshold() view returns (uint256)
1000000000000000000000000
tokensToSwap() view returns (uint256)
0
totalSupply() view returns (uint256)
957950683346369055045089298
tradingEnabled() view returns (bool)
true
transferDelayEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDividends(address _addr) view returns (uint256 claimed, uint256 unclaimed)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
createPair()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
openEarlyTrading()
openTrading()
removeLimits()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnedTokens(uint256 _tokenAmount)
DividendsPaid(uint256 _amountPerToken)
FundsReceived(uint256 _ethAmount)
LiquidityAdded(uint256 _tokenAmount, uint256 _ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, struct DIAMONDFees _fees, uint256 _maxSupply, uint16 _devShare, address _devAddress, address _owner)
receive()
This contract contains no error objects.