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 "DFJ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15634067 | 2 years ago | | | 0 | 0.00040430210 | |
| 15404178 | 2 years ago | | | 0 | 0.00066400126 | |
| 15404174 | 2 years ago | | | 0 | 0.00081565196 | |
| 15404168 | 2 years ago | | | 0 | 0.00066567082 | |
| 15404163 | 2 years ago | | | 0 | 0.00067761917 | |
| 15404161 | 2 years ago | | | 0 | 0.00066639300 | |
| 15404158 | 2 years ago | | | 0 | 0.00071958126 | |
| 15404155 | 2 years ago | | | 0 | 0.00072612846 | |
| 15404155 | 2 years ago | | | 0 | 0.00072612846 | |
| 15404155 | 2 years ago | | | 0 | 0.00072612846 |
ABI
ABI objects
Getter at block 21212933
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
DFJ
owner() view returns (address)
0xf6d98c0d187cc268423e4cf23ad3b2337b9c77a6
symbol() view returns (string)
DFJ
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMinter(address minter)
approve(address spender, uint256 amount) returns (bool)
burn(address target, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address target, uint256 amount)
removeMinter(address minter)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(address[] minters, uint256 maxSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.