AIMBOT_Divs
Verified contract
Active on
Ethereum with 8,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0c48…73c7
0xc232…2898
Balances ($0.00)
No balances found for "AIMBOT_Divs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20745261 | 3 months ago | | | 0 | 0.00011370820 | |
| 20735785 | 3 months ago | | | 0 | 0.00037937256 | |
| 20734116 | 3 months ago | | | 0 | 0.00010393190 | |
| 20725993 | 3 months ago | | | 0 | 0.00014909877 | |
| 20706331 | 3 months ago | | | 0 | 0.00010489451 | |
| 20701994 | 3 months ago | | | 0 | 0.000086509533 | |
| 20701845 | 3 months ago | | | 0 | 0.000088045742 | |
| 20701574 | 3 months ago | | | 0 | 0.000099997933 | |
| 20697599 | 3 months ago | | | 0 | 0.00018623782 | |
| 20695138 | 3 months ago | | | 0 | 0.00012490520 |
ABI
ABI objects
Getter at block 21309670
claimGracePeriod() view returns (uint256)
2592000
closeTime() view returns (uint256)
1718654135
decimals() view returns (uint8)
18
name() view returns (string)
AIMBOT_Divs
owner() view returns (address)
0x077905fa422a6c1f45ad81d305e15dd94f8af56e
symbol() view returns (string)
AIMBOT_Divs
totalDividendsDistributed() view returns (uint256)
439638000000000000000
totalSupply() view returns (uint256)
1429973703556765932062596
Read-only
accountData(address _account) view returns (address account, uint256 withdrawableDividends, uint256 totalDividends, uint256 dividendTokenBalance, uint256 dividendTokenBalanceLive)
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)
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, bool reinvest, uint256 amountOutMin)
close()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeDividends() payable
excludeFromDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
takeFunds()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateBalance(address account)
updateBalanceHandler(address _balanceHandler)
updateBalances(address[] accounts)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount, bool indexed automatic)
DividendReinvested(address indexed account, uint256 amount)
DividendWithdrawn(address user, uint256 amount)
DividendsDistributed(address user, uint256 amount)
ExcludeFromDividends(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.