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 |
---|---|---|---|---|---|
DA | ERC-20 | 1.113979M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19855432 | 7 months ago | | | 0 | 0.00037422073 | |
| 18691279 | a year ago | | | 0 | 0.0014177511 | |
| 16972883 | 2 years ago | | | 0 | 0.0017828448 | |
| 16972819 | 2 years ago | | | 0 | 0.0038252331 | |
| 16972791 | 2 years ago | | | 0 | 0.0015437120 | |
| 16972706 | 2 years ago | | | 0 | 0.0017327069 | |
| 16972693 | 2 years ago | | | 0 | 0.0010046936 | |
| 16967167 | 2 years ago | | | 0 | 0.00092844560 | |
| 16967166 | 2 years ago | | | 0 | 0.00096398703 | |
| 16967153 | 2 years ago | | | 0 | 0.00092045916 |
ABI
ABI objects
Getter at block 21328692
decimals() view returns (uint8)
18
getDevTax() view returns (uint256)
99
getDevWallet() view returns (address)
0x54459a16b79366909f06982c04fe6dc48dd89ed3
name() view returns (string)
Due Alpha
owner() view returns (address)
0xc21dbfb38a4385a40d45f5b035b6cd6cf3005f64
symbol() view returns (string)
DA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcMaxTaxRate(address from, address to) view returns (uint256)
getContractTax(address account) view returns (uint256)
getExcluded(address account) view returns (bool)
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()
setContractTax(address account, uint256 taxAmount)
setDevTax(uint256 taxAmount)
setDevWallet(address account)
setExclude(address account, bool ifExclude)
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)
Transfer(address indexed from, address indexed to, uint256 value)
taxReceiveETH(address indexed from, address indexed to, uint256 value)
taxReceiveToken(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.