T.I.M.E. Dividend
Verified contract
Active on
Ethereum with 1,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,887.17)
Native
Value
$10,886.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.384238 | $3,216.71 |
$10,886.11 | |
HEX | ERC-20 | 452.551067 | $0.002332 |
$1.06 | |
TIME | ERC-20 | 513.114037K | -- | -- | |
BSKR | ERC-20 | 316.540657K | -- | -- | |
LBSKR | ERC-20 | 25.444798K | -- | -- | |
FUTURE | ERC-20 | 12.694K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156887 | 6 hours ago | | | 0 | 0.0011521220 | |
| 21150715 | a day ago | | | 0 | 0.00072562442 | |
| 21145818 | 2 days ago | | | 0 | 0.00053713622 | |
| 21119114 | 6 days ago | | | 0 | 0.00020760529 | |
| 21112299 | 6 days ago | | | 0 | 0.00027883092 | |
| 21100882 | 8 days ago | | | 0 | 0.00037010607 | |
| 21099925 | 8 days ago | | | 0 | 0.00037187103 | |
| 21098556 | 8 days ago | | | 0 | 0.00022637356 | |
| 21089819 | 10 days ago | | | 0 | 0.00043002882 | |
| 21052330 | 15 days ago | | | 0 | 0.00028417033 |
ABI
ABI objects
Getter at block 21158561
decimals() view returns (uint8)
18
magnifiedDividendPerShare() view returns (uint256)
1146734967659832718390177221520
magnitude() view returns (uint256)
340282366920938463463374607431768211456
name() view returns (string)
T.I.M.E. Dividend
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TIME
totalSupply() view returns (uint256)
1999074029979514105253288740
Read-only
accumulativeDividendOf(address account) view returns (uint256, uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableDividendOf(address account) view returns (uint256)
clamp(uint256 amount, uint256 max) pure returns (uint256)
cumulativeDividendClaimed(address) view returns (uint256)
dividendFrom(uint256 magDividendPerShare, uint256 balance, int256 correction) pure returns (uint256 claimableDividend, uint256 productRemainder)
magnifiedDividendCorrections(address) view returns (int256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimDividend(address recipient, uint256 amount) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
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)
ClaimDividend(address indexed account, address indexed recipient, uint256 amount)
DistributeDividend(address indexed from, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 supply)
receive()
HasAdmin(address owner)
OutOfBounds()
SupplyMissing()