Datamine
Verified contract
Active on
Ethereum with 14,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAM | ERC-20 | 1.003208K | $0.065085 |
$65.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156052 | a day ago | | | 0 | 0.00052885233 | |
| 21145380 | 3 days ago | | | 0 | 0.0013658815 | |
| 21136335 | 4 days ago | | | 0 | 0.00080479782 | |
| 21130602 | 5 days ago | | | 0 | 0.00094090816 | |
| 21106879 | 8 days ago | | | 0 | 0.00023613947 | |
| 21102105 | 9 days ago | | | 0 | 0.00045151457 | |
| 21090251 | 10 days ago | | | 0 | 0.00029211051 | |
| 21090244 | 10 days ago | | | 0 | 0.00043728611 | |
| 21090225 | 10 days ago | | | 0 | 0.00031686343 | |
| 21090147 | 10 days ago | | | 0 | 0.00031996420 |
ABI
ABI objects
Getter at block 21163717
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
Datamine
symbol() view returns (string)
DAM
totalSupply() view returns (uint256)
16876778900000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.