BaseDivTracker
Verified contract
Active on
Base with 522 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35.78)
Native
Value
$35.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.010657 | $3,346.64 |
$35.66 | |
GRG | ERC-20 | 0.1 | $1.15 |
$0.11 | |
USA | ERC-20 | 1 | $0.000734 |
$0 | |
Pi2.0 | ERC-20 | 1.003142K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6958010 | a year ago | | | 0 | 0.000000002337987960 | |
| 6957999 | a year ago | | | 0 | 0.000000002444700000 | |
| 5128655 | a year ago | | | 0 | 0.00010447254 | |
| 5128653 | a year ago | | | 0 | 0.00010444769 | |
| 5128651 | a year ago | | | 0 | 0.00010446572 | |
| 5128650 | a year ago | | | 0 | 0.00010445586 | |
| 5128648 | a year ago | | | 0 | 0.00010441691 | |
| 5128646 | a year ago | | | 0 | 0.00010442210 | |
| 5128644 | a year ago | | | 0 | 0.00010446859 | |
| 5128642 | a year ago | | | 0 | 0.00010441546 |
ABI
ABI objects
Getter at block 22775204
decimals() view returns (uint8)
18
mustClaimDuration() view returns (uint256)
5000000
name() view returns (string)
BaseDivTracker
owner() view returns (address)
0x6f2de42bbed4e2455c38b193db9dfef687f8452b
symbol() view returns (string)
BaseDivTracker
totalDividendsDistributed() view returns (uint256)
3858157121732365187
totalSupply() view returns (uint256)
368235365537980615564202432
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
excludedFromDividends(address) view returns (bool)
getAccount(address _account) view returns (address account, uint256 withdrawableDividends, uint256 totalDividends)
lastClaimTimes(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(address account)
claimOldAccountDividends(address account) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeDividends() payable
excludeFromDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount, bool indexed automatic)
DividendWithdrawn(address user, uint256 amount)
DividendsDistributed(address user, uint256 amount)
ExcludeFromDividends(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.