UpgradebleStormSender
Verified contract
Active on
Ethereum with 644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,870.46)
Native
Value
$1,870.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.5643 | $3,314.66 |
$1,870.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18769160 | a year ago | | | 0.02925 | 0.0030683241 | |
| 18762076 | a year ago | | | 0.0293 | 0.0024254432 | |
| 18747684 | a year ago | | | 0.02935 | 0.0047608121 | |
| 18669147 | a year ago | | | 0.0294 | 0.0022530194 | |
| 18604899 | a year ago | | | 0.02945 | 0.0025037918 | |
| 18576336 | a year ago | | | 0.0295 | 0.0025324287 | |
| 18462072 | a year ago | | | 0.02955 | 0.0011957437 | |
| 18354857 | a year ago | | | 0.0296 | 0.00051105230 | |
| 18276300 | a year ago | | | 0.02965 | 0.0010461217 | |
| 18140635 | a year ago | | | 0.0297 | 0.0012835060 |
ABI
ABI objects
Getter at block 21246340
arrayLimit() view returns (uint256)
100
discountStep() view returns (uint256)
50000000000000
fee() view returns (uint256)
50000000000000000
implementation() view returns (address)
0x0000000000000000000000000000000000000000
initialized() view returns (bool)
true
owner() view returns (address)
0x02c52da15905650a14c8d164bbe604ac73334fbc
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
upgradeabilityOwner() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
Read-only
currentFee(address _customer) view returns (uint256)
discountRate(address _customer) view returns (uint256)
txCount(address customer) view returns (uint256)
State-modifying
Events claimOwnership()
claimTokens(address _token)
initialize(address _owner)
multisendEther(address[] _contributors, uint256[] _balances) payable
multisendToken(address token, address[] _contributors, uint256[] _balances) payable
setArrayLimit(uint256 _newLimit)
setDiscountStep(uint256 _newStep)
setFee(uint256 _newStep)
transferOwnership(address newOwner)
ClaimedTokens(address token, address owner, uint256 balance)
Multisended(uint256 total, address tokenAddress)
OwnershipTransferred(address previousOwner, address newOwner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.