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 |
---|---|---|---|---|---|
DAF | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050519 | 15 days ago | | | 0 | 0.00020289319 | |
| 20372965 | 4 months ago | | | 0 | 0.0015406200 | |
| 20319587 | 4 months ago | | | 0 | 0.00043485369 | |
| 20257015 | 4 months ago | | | 0 | 0.000078663175 | |
| 20250513 | 4 months ago | | | 0 | 0.000086814422 | |
| 19454801 | 8 months ago | | | 0 | 0.00071243283 | |
| 19454712 | 8 months ago | | | 0 | 0.00073662454 | |
| 18756197 | a year ago | | | 0 | 0.0016839000 | |
| 18714491 | a year ago | | | 0 | 0.0023202349 | |
| 18714282 | a year ago | | | 0 | 0.0031440735 |
ABI
ABI objects
Getter at block 21161048
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
300000000000000000000000000
Max_supply() view returns (uint256)
10000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
DAFIN
owner() view returns (address)
0x914ffda69669097c5dd00ac2d4ef1d1aa115a7b0
paused() view returns (bool)
false
symbol() view returns (string)
DAF
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
showLockState(address _owner) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _owner) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
setAdmin(address newAdmin)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address _owner) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.