ETHStepMarket
Verified contract
Active on
Ethereum with 2,907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,521.11)
Native
Value
$1,521.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.45736 | $3,325.86 |
$1,521.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14980861 | 2 years ago | | | 0.0001 | 0.0028963351 | |
| 14980850 | 2 years ago | | | 0.0001 | 0.0030686287 | |
| 14980797 | 2 years ago | | | 0.0001 | 0.0044820745 | |
| 14980797 | 2 years ago | | | 0.0001 | 0.0055613984 | |
| 14782198 | 3 years ago | | | 0.02 | 0.0019970860 | |
| 14744389 | 3 years ago | | | 0.001 | 0.010225483 | |
| 14743689 | 3 years ago | | | 0 | 0.0043854480 | |
| 14743687 | 3 years ago | | | 0.00763 | 0.0029989170 | |
| 14743379 | 3 years ago | | | 0.00651 | 0.0025463133 | |
| 14743242 | 3 years ago | | | 0 | 0.0038575700 |
ABI
ABI objects
Getter at block 21275322
adminPart() view returns (uint256)
2140000000000000
adminPercentage() view returns (uint256)
10
commissionPart() view returns (uint256)
84700000000000000
stepAddress() view returns (address)
0xd44a559b0987d566650660e56c738ebc2fdf88c3
treasurePart() view returns (uint256)
370519607898481155
treasurePercentage() view returns (uint256)
90
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)
changeTreasurePercentage(uint256 _treasurePercentage, uint256 _adminPercentage)
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
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)
TreasurePercentagesChanged(uint256 treasurePercentage, uint256 adminPercentage)
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.