Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($55.40)
Native
Value
$55.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015316 | $3,617.39 |
$55.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19063017 | 10 months ago | | | 0 | 0.0077224167 | |
| 19055994 | 10 months ago | | | 0 | 0.0059393723 | |
| 19055993 | 10 months ago | | | 0.23292 | 0.0014988259 | |
| 19052411 | 10 months ago | | | 0 | 0.0042761645 | |
| 19048831 | 10 months ago | | | 0 | 0.013117138 | |
| 19045246 | 10 months ago | | | 0 | 0.0081947141 | |
| 19041664 | 10 months ago | | | 0 | 0.013900726 | |
| 19027359 | a year ago | | | 0 | 0.015226392 | |
| 19005880 | a year ago | | | 0 | 0.0094986340 | |
| 18977303 | a year ago | | | 0 | 0.023605372 |
ABI
ABI objects
Getter at block 21317291 balanceOfCrypto() view returns (uint256)
balanceOfUSDT() view returns (uint256)
0
erc20Crypto() view returns (address)
0x0000000000000000000000000000000000000000
getContractBalance() view returns (uint256)
15315999999999960
owner() view returns (address)
0x8978138dd33b5ec75d0c215ded69a042f1abc73a
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
This contract contains no read-only function objects.
State-modifying
Events addFunds() payable returns (uint256)
changeCrypto(address newCrypto) returns (address)
changeERC20Token(address newCrypto) returns (address)
isRewardAmountLessThanSMCBalance(uint256 totalRewardAmount) returns (bool)
renounceOwnership()
rewardDistribution(uint256 rewardAmount, address recipient) returns (bool)
rewardDistributionInbatch(uint256[] rewardAmount, address[] recipients) returns (bool)
transferCrypto(address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferUSDT(address to, uint256 amount) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
addedFund(address walletAddress, uint256 fund)
balanceAfterRewardDistribution(uint256 balanceAfterRewardDistribution)
changedERC20Token(address newCrypto)
event_isRewardAmountLessThanSMCBalance(bool isRewardAmountLessThanSMCBalance)
failedRewardDistribution(address[] failedRecipient, uint256[] rewardAmount)
rewardDistributed(address rewardSMC, address recipient, uint256 rewardAmount)
rewardDistributedInBatch(address rewardSMC, address[] recipient, uint256[] rewardAmount)
succeededRewardDistribution(address[] succeededRecipient, uint256[] rewardAmount)
transferredCrypto(address userAddress, uint256 amount)
transferredUSDT(address userAddress, uint256 amount)
constructor(address ownerOfTheSmartContract, address _usdcTokenAddress)
receive()
This contract contains no error objects.