DxGenAuction4Rep
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x543f…addf
Balances ($0.00)
No balances found for "DxGenAuction4Rep"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7210510 | 6 years ago | | | 0 | 0.00020916500 | |
| 7182662 | 6 years ago | | | 0 | 0.00017675800 | |
| 7182541 | 6 years ago | | | 0 | 0.00078930000 | |
| 7177615 | 6 years ago | | | 0 | 0.00021913500 | |
| 7175342 | 6 years ago | | | 0 | 0.00052592400 | |
| 7175334 | 6 years ago | | | 0 | 0.0010651560 | |
| 7175286 | 6 years ago | | | 0 | 0.000047146000 | |
| 7175232 | 6 years ago | | | 0 | 0.00017675800 | |
| 7172558 | 6 years ago | | | 0 | 0.0022964300 |
ABI
ABI objects
Getter at block 21314331
auctionPeriod() view returns (uint256)
43200
auctionReputationReward() view returns (uint256)
10000000000000000000000
auctionsEndTime() view returns (uint256)
1549706400
auctionsStartTime() view returns (uint256)
1549274400
avatar() view returns (address)
0x98aba700cc0bd58ab92ce2361c96c217e9a77470
isOwner() view returns (bool)
false
numberOfAuctions() view returns (uint256)
10
owner() view returns (address)
0xbaaae8671a2bafeeb3bb7862c2e70ce8bcc4b4a3
redeemEnableTime() view returns (uint256)
1549706400
reputationRewardLeft() view returns (uint256)
100000000000000000000000
token() view returns (address)
0x543ff227f64aa17ea132bf9886cab5db55dcaddf
wallet() view returns (address)
0x98aba700cc0bd58ab92ce2361c96c217e9a77470
Read-only
auctions(uint256) view returns (uint256 totalBid)
getBid(address _bidder, uint256 _auctionId) view returns (uint256)
State-modifying
Events bid(uint256 _amount) returns (uint256 auctionId)
initialize(address _avatar, uint256 _auctionReputationReward, uint256 _auctionsStartTime, uint256 _auctionPeriod, uint256 _numberOfAuctions, uint256 _redeemEnableTime, address _token, address _wallet)
redeem(address _beneficiary, uint256 _auctionId) returns (uint256 reputation)
renounceOwnership()
transferOwnership(address newOwner)
transferToWallet()
Bid(address indexed _bidder, uint256 indexed _auctionId, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(uint256 indexed _auctionId, address indexed _beneficiary, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.