HeroCrowdsale
Verified contract
Active on
Ethereum with 4,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x273f…51a3
Balances ($0.00)
No balances found for "HeroCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7615128 | 6 years ago | | | 0.056158476 | 0.00035406000 | |
| 7615127 | 6 years ago | | | 0 | 0.00036463000 | |
| 7005017 | 6 years ago | | | 0 | 0.000024765000 | |
| 6982403 | 6 years ago | | | 0 | 0.00012382500 | |
| 6962227 | 6 years ago | | | 0.50074418 | 0.00035406000 | |
| 6954200 | 6 years ago | | | 0 | 0.00029718000 | |
| 6898964 | 6 years ago | | | 0 | 0.000049530000 | |
| 6883413 | 6 years ago | | | 0 | 0.00015058000 | |
| 6876263 | 6 years ago | | | 0 | 0.000049530000 | |
| 6872562 | 6 years ago | | | 0 | 0.00031254000 |
ABI
ABI objects
Getter at block 21172210
heroAsset() view returns (address)
0x273f7f8e6489682df756151f5525576e322d51a3
isOwner() view returns (bool)
false
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
false
Read-only
computeCurrentPrice(uint16 _heroType) view returns (uint8, uint256)
hasAirDropHero(uint16, address) view returns (bool)
heroTypeIds(uint16, uint256) view returns (uint256)
heroTypeToHeroSales(uint16) view returns (uint128 highestPrice, uint128 previousPrice, uint128 priceIncreaseTo, uint64 since, uint64 until, uint64 previousSaleAt, uint16 lowestPriceRate, uint16 decreaseRate, uint16 supplyLimit, uint16 suppliedCounts, uint8 currency, bool exists)
isPauser(address account) view returns (bool)
isReferrer(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addReferrer(address account)
addSales(uint16 _heroType, uint128 _startPrice, uint16 _lowestPriceRate, uint16 _decreaseRate, uint64 _since, uint64 _until, uint16 _supplyLimit, uint8 _currency)
airDrop(uint16 _heroType, address _referrer)
changeEthBackRate(uint256 _newEthBackRate)
pause()
purchase(uint16 _heroType, address _referrer) payable
removeReferrer(address account)
renounceOwnership()
renouncePauser()
setHeroAssetAddress(address _heroAssetAddress)
transferOwnership(address newOwner)
unpause()
withdrawEther()
AddSalesEvent(uint16 indexed heroType, uint128 startPrice, uint256 lowestPrice, uint256 becomeLowestAt)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
ReferrerAdded(address indexed account)
ReferrerRemoved(address indexed account)
SoldHeroEvent(uint16 indexed heroType, uint256 soldPrice, uint64 soldAt, uint256 priceIncreaseTo, uint256 lowestPrice, uint256 becomeLowestAt, address purchasedBy, address indexed referrer, uint8 currency)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.