ETHStepMarket
Verified contract
Active on
Ethereum with 1,511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,383.62 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11317994 | 4 years ago | | | 0 | 0.0020566040 | |
| 11317987 | 4 years ago | | | 0 | 0.0044634600 | |
| 11317984 | 4 years ago | | | 0 | 0.0020232150 | |
| 11316635 | 4 years ago | | | 0.167839 | 0.0028052440 | |
| 11316625 | 4 years ago | | | 0 | 0.0021000600 | |
| 11316574 | 4 years ago | | | 0.004 | 0.0016704670 | |
| 11316251 | 4 years ago | | | 0.0203 | 0.0042078660 | |
| 11315963 | 4 years ago | | | 0.9 | 0.0018666120 | |
| 11315382 | 4 years ago | | | 0 | 0.0019833900 | |
| 11315380 | 4 years ago | | | 0.005985 | 0.0037656290 |
ABI
ABI objects
Getter at block 21271020
adminPart() view returns (uint256)
0
commissionPart() view returns (uint256)
0
stepAddress() view returns (address)
0xd44a559b0987d566650660e56c738ebc2fdf88c3
treasurePart() view returns (uint256)
0
Read-only
admins(uint256) view returns (address)
owner(address) view returns (uint256)
percentages(address) view returns (uint256)
State-modifying
Events addAdmin(address _admin, uint256 _percentage)
addNewOwner(address newOwner) returns (bool)
addToTreasure() payable
airdropToMany(address[] _user, uint256[] _amount)
buySteps() payable
changePercentage(address _admin, uint256 _percentage)
deleteAdmin(address _removedAdmin)
depositToGame()
emitWithdrawal() payable
getInternalAirdrop()
init(address _stepAddress)
receiveCommission()
removeOwner(address removedOwner) returns (bool)
sendRewardToMany(address[] _user, uint256[] _amount, uint256 totaRewardSent)
withdrawAdmins() payable
AccessChanged(bool status)
AdminAddressAdded(address newAddress, uint256 percentage)
AdminAddressRemoved(address oldAddress)
AdminPercentageChanged(address admin, uint256 newPercentage)
AirdropDeposited(address indexed user, uint256 amount)
EmitInternalDrop(address indexed user)
StepsAirdropped(address indexed user, uint256 amount)
StepsBoughtViaEth(address indexed user, uint256 ethAmount)
TreasureAdded(uint256 amount)
WithdrawAdminProcessed(address caller, uint256 amount, uint256 timestamp)
WithdrawEmitted(address indexed user)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.