ERC20Airdropper
Verified contract
Active on
Ethereum with 96 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea4e…b940
Balances ($0.00)
No balances found for "ERC20Airdropper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213286 | 25 days ago | | | 0.01 | 0.062576303 | |
| 20826516 | 3 months ago | | | 0.01 | 0.0054573083 | |
| 20475093 | 4 months ago | | | 0.01 | 0.0019192562 | |
| 20197503 | 5 months ago | | | 0.01 | 0.083790920 | |
| 20197408 | 5 months ago | | | 0.01 | 0.075948892 | |
| 20087093 | 6 months ago | | | 0.01 | 0.0046101722 | |
| 20086435 | 6 months ago | | | 0.01 | 0.0019551941 | |
| 20055478 | 6 months ago | | | 0.01 | 0.0031670014 | |
| 20032234 | 6 months ago | | | 0.01 | 0.0023086696 | |
| 19780088 | 7 months ago | | | 0.01 | 0.0043405908 |
ABI
ABI objects
Getter at block 21389850
accessWhitelist() view returns (address)
0xeb3aadd05714f1735fdfed234e3e70a9bacfc3cf
pricePerTx() view returns (uint256)
10000000000000000
splitter() view returns (address)
0xea4e174b347784369190356f6ea6f5373504b940
Read-only
credits(address) view returns (uint256)
creditsOfOwner(address _owner) view returns (uint256)
State-modifying
Events addCredit(address _to, uint256 _amount) returns (bool)
moveEther(address _account) returns (bool)
moveTokens(address _token, address _account) returns (bool)
reduceCredit(address _to, uint256 _amount) returns (bool)
setPricePerTx(uint256 _pricePerTx) returns (bool)
transfer(address _token, address[] _addresses, uint256[] _values) payable returns (bool)
updateAccessWhitelist(address _accessWhitelist)
updateCommissionSplitter(address _splitter)
CreditsAdded(address indexed _caller, address indexed _to, uint256 _amount)
CreditsRemoved(address indexed _caller, address indexed _to, uint256 _amount)
EtherMoved(address indexed _caller, address indexed _to, uint256 _amount)
PricePerTxChanged(address indexed _caller, uint256 _oldPrice, uint256 _newPrice)
TokensMoved(address indexed _caller, address indexed _to, uint256 _amount)
Transfer(address indexed _token, address indexed _caller, uint256 _recipientCount, uint256 _totalTokensSent)
constructor(address _accessWhitelist, address _splitter)
fallback()
This contract contains no error objects.