DEION Coin
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DEION Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208050 | 25 days ago | | | 0 | 0.00034121303 | |
| 21208011 | 25 days ago | | | 0 | 0.00026634185 | |
| 21101607 | a month ago | | | 0 | 0.00026694756 | |
| 21101595 | a month ago | | | 0 | 0.00041936123 | |
| 20702084 | 3 months ago | | | 0 | 0.000041358145 | |
| 20702073 | 3 months ago | | | 0 | 0.000045954858 | |
| 20702028 | 3 months ago | | | 0 | 0.000080063312 | |
| 20688434 | 3 months ago | | | 0 | 0.000074659005 | |
| 20688202 | 3 months ago | | | 0 | 0.00013976015 | |
| 20687602 | 3 months ago | | | 0 | 0.00015251618 |
ABI
ABI objects
Getter at block 21383808
TAX_PERCENTAGE() view returns (uint256)
1
TOTAL_SUPPLY() view returns (uint256)
121000000000000000000000000000
decimals() view returns (uint8)
18
getTaxWalletAddress() view returns (address)
0xa1e2557c48c29c39ee9d172ef7f57ff88257b928
limited() view returns (bool)
true
maxHoldingAmount() view returns (uint256)
6050000000000000000000000000
name() view returns (string)
DEION Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$DEION
taxWallet() view returns (address)
0xa1e2557c48c29c39ee9d172ef7f57ff88257b928
totalSupply() view returns (uint256)
121000000000000000000000000000
uniswapV2Pair() view returns (address)
0xa4ce559933c8f400c77c202aac41894b61907402
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxWallet(address _newTaxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.