Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($946,021.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAM | ERC-20 | 14.42655M | $0.065575 |
$946,021.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157417 | 3 hours ago | | | 0 | 0.0015800912 | |
| 21156067 | 7 hours ago | | | 0 | 0.00048478284 | |
| 21156042 | 8 hours ago | | | 0 | 0.00052453349 | |
| 21156032 | 8 hours ago | | | 0 | 0.00092922973 | |
| 21156025 | 8 hours ago | | | 0 | 0.00098899730 | |
| 21145376 | 2 days ago | | | 0 | 0.0022868027 | |
| 21145364 | 2 days ago | | | 0 | 0.0019856924 | |
| 21140354 | 3 days ago | | | 0 | 0.00069328563 | |
| 21139718 | 3 days ago | | | 0 | 0.0012970166 | |
| 21139692 | 3 days ago | | | 0 | 0.00046417666 |
ABI
ABI objects
Getter at block 21158302
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
getGlobalRatio() view returns (uint256)
2696007470
globalBurnedAmount() view returns (uint256)
3889408674486590833598791
globalLockedAmount() view returns (uint256)
14426550064780441339590092
granularity() view returns (uint256)
1
name() view returns (string)
FLUX
symbol() view returns (string)
FLUX
totalSupply() view returns (uint256)
3598843146895486081595351
Read-only
addressLocks(address) view returns (uint256 amount, uint256 burnedAmount, uint256 blockNumber, uint256 lastMintBlockNumber, address minterAddress)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
getAddressBurnMultiplier(address targetAddress) view returns (uint256)
getAddressDetails(address targetAddress) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
getAddressRatio(address targetAddress) view returns (uint256)
getAddressTimeMultiplier(address targetAddress) view returns (uint256)
getAddressTokenDetails(address targetAddress) view returns (uint256, bool, uint256, uint256, uint256)
getMintAmount(address targetAddress, uint256 targetBlock) 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)
burnToAddress(address targetAddress, uint256 amount)
lock(address minterAddress, uint256 amount)
mintToAddress(address sourceAddress, address targetAddress, uint256 targetBlock)
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)
tokensReceived(address operator, address from, address to, uint256 amount, bytes, bytes)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
unlock()
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)
BurnedToAddress(address sender, address targetAddress, uint256 amount)
Locked(address sender, uint256 blockNumber, address minterAddress, uint256 amount, uint256 burnedAmountIncrease)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
Minted(address sender, uint256 blockNumber, address sourceAddress, address targetAddress, uint256 targetBlock, uint256 amount)
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)
Unlocked(address sender, uint256 amount, uint256 burnedAmountDecrease)
constructor(address token, uint256 startTimeReward, uint256 maxTimeReward, uint256 failsafeBlockDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.