AutomataMiner
Verified contract
Active on
Ethereum with 98 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.16)
Native
Value
$24.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007762 | $3,112.19 |
$24.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18950719 | 10 months ago | | | 0 | 0.00081772025 | |
| 18950317 | 10 months ago | | | 0 | 0.00059072569 | |
| 18947663 | 10 months ago | | | 0 | 0.0010627786 | |
| 18945181 | 10 months ago | | | 0 | 0.00052747848 | |
| 18945177 | 10 months ago | | | 0 | 0.00048910606 | |
| 18944756 | 10 months ago | | | 0 | 0.0015412205 | |
| 18944741 | 10 months ago | | | 0 | 0.00048305012 | |
| 18944739 | 10 months ago | | | 0 | 0.00046747860 | |
| 18944653 | 10 months ago | | | 0 | 0.00053345165 | |
| 18943690 | 10 months ago | | | 0.15 | 0.0016597197 |
ABI
ABI objects
Getter at block 21229851
owner() view returns (address)
0x93854d85db87dfe247ec97a1980afefe637dfca4
totalClaimed() view returns (uint256)
109238993541653456
totalSupply() view returns (uint256)
24000454579884374498
treasuryAddress() view returns (address)
0x985e35e0aedfd304828f10cc6c815e42fdd57c30
Read-only
calculateClaim(address account_) view returns (uint256)
calculateCompound(address account_) view returns (uint256)
calculateExchange(uint256 rt, uint256 rs, uint256 bs) pure returns (uint256)
user(address) view returns (uint256 tokens, uint256 referralBonus, uint256 lastClaim, uint256 totalClaimed, uint256 cooldown, bool autoCompound, address referral)
State-modifying
Events airdropTokens(address[] addresses, uint256 _amount)
buyTokens(address referral_) payable
claimTokens(bool reenable)
compound()
renounceOwnership()
setDailyApr(uint256 dailyApr_)
setDevFee(uint256 devFee_)
setReferral(address account_, address referral_)
setReferralBonus(uint256 referralBonus_)
setTreasuryAddress(address treasuryAddress_)
toggleAutoCompound()
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address treasuryAddress_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()