DEDToken
Verified contract
Active on
Ethereum with 2,671 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 "DEDToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305938 | a day ago | | | 0 | 0.00043087830 | |
| 21301398 | 2 days ago | | | 0 | 0.00049643681 | |
| 21296094 | 3 days ago | | | 0 | 0.00026580687 | |
| 21290274 | 4 days ago | | | 0 | 0.00031235227 | |
| 21272586 | 6 days ago | | | 0 | 0.00047205993 | |
| 21272580 | 6 days ago | | | 0 | 0.00048515598 | |
| 21268464 | 7 days ago | | | 0 | 0.00042802792 | |
| 21211842 | 15 days ago | | | 0 | 0.00055534051 | |
| 21151048 | 23 days ago | | | 0 | 0.00046721073 | |
| 21142100 | 24 days ago | | | 0 | 0.00024841191 |
ABI
ABI objects
Getter at block 21315812
DOMAIN_SEPARATOR() view returns (bytes32)
0x512c1727a6a3d62dc59cdff3fa665d0ebc6692dd425dcfe29cbc8348020b8b03
INITIAL_SUPPLY() view returns (uint256)
666666666666000000000000000000
adminWallet() view returns (address)
0x75ff8706fc90eeb6ddd8e4f2131653738e2cf246
decimals() view returns (uint8)
18
name() view returns (string)
DED
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DED
totalSupply() view returns (uint256)
666666666666000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(uint256 amount)
claimTo(uint256 amount, address recipient)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setAdminWallet(address _adminWallet)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.