CryptoMultisender
Verified contract
Active on
Ethereum with 199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.03)
Native
Value
$38.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.011933 | $3,186.47 |
$38.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14799168 | 2 years ago | | | 0.0032 | 0.070979085 | |
| 14784371 | 2 years ago | | | 0 | 0.0024459136 | |
| 14768449 | 3 years ago | | | 0 | 0.0089225448 | |
| 14765174 | 3 years ago | | | 0 | 0.015985310 | |
| 14743914 | 3 years ago | | | 0 | 0.016640747 | |
| 14723670 | 3 years ago | | | 0.60179999 | 0.014195560 | |
| 14715108 | 3 years ago | | | 0.62609433 | 0.0063204553 | |
| 14714255 | 3 years ago | | | 0 | 0.011130547 | |
| 14700195 | 3 years ago | | | 0 | 0.013980306 | |
| 14691961 | 3 years ago | | | 0 | 0.0082354092 |
ABI
ABI objects
Getter at block 21181781
dropUnitPrice() view returns (uint256)
66666666666666
getOwner() view returns (address)
0x210efca155797119a5b0f1cfde64ca1fe55ec544
owner() view returns (address)
0x210efca155797119a5b0f1cfde64ca1fe55ec544
premiumMemberFee() view returns (uint256)
200000000000000000
rate() view returns (uint256)
15000
Read-only
affiliateCodeExists(string) view returns (bool)
affiliateCodeOfAddr(address) view returns (string)
affiliateCodeToAddr(string) view returns (address)
getRemainingTrialDrops(address _addressOfToken) view returns (uint256)
getTokenAllowance(address _addr, address _addressOfToken) view returns (uint256)
isAffiliate(address) view returns (bool)
isAffiliatedWith(address) view returns (string)
isPremiumMember(address) view returns (bool)
tokenHasFreeTrial(address _addressOfToken) view returns (bool)
tokenTrialDrops(address) view returns (uint256)
State-modifying
Events addAffiliate(address _addr, string _code) returns (bool)
becomePremiumMember(string _afCode) payable returns (bool)
grantPremiumMembership(address _addr) returns (bool)
multiValueEthAirdrop(address[] _recipients, uint256[] _values, string _afCode) payable returns (bool)
multiValueTokenAirdrop(address _addressOfToken, address[] _recipients, uint256[] _values, string _afCode) payable returns (bool)
removeAffiliate(address _addr) returns (bool)
setPremiumMemberFee(uint256 _fee) returns (bool)
setRate(uint256 _newRate) returns (bool)
singleValueEthAirrop(address[] _recipients, uint256 _value, string _afCode) payable returns (bool)
singleValueTokenAirdrop(address _addressOfToken, address[] _recipients, uint256 _value, string _afCode) payable returns (bool)
transferOwnership(address _newOwner)
withdrawERC20Tokens(address _addressOfToken, address _recipient, uint256 _value) returns (bool)
AffiliatePartnershipRevoked(address indexed affiliate, string indexed affiliateCode)
CommissionPaid(address indexed to, uint256 value)
ERC20TokensWithdrawn(address token, address sentTo, uint256 value)
EthAirdrop(address indexed by, uint256 totalTransfers, uint256 ethValue)
NewAffiliatePartnership(address indexed newAffiliate, string indexed affiliateCode)
NewPremiumMembership(address indexed premiumMember)
OwnershipTransferred(address indexed from, address indexed to)
PremiumMemberFeeUpdated(uint256 newFee)
RateChanged(uint256 from, uint256 to)
RefundIssued(address indexed to, uint256 totalWei)
TokenAirdrop(address indexed by, address indexed tokenAddress, uint256 totalTransfers)
constructor()
fallback()
receive()
This contract contains no error objects.