DxGenAuction4Rep
Verified contract
Active on
Ethereum with 12 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEN | ERC-20 | 0.2064 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7579120 | 6 years ago | | | 0 | 0.00017594400 | |
| 7579115 | 6 years ago | | | 0 | 0.00036993000 | |
| 7579008 | 6 years ago | | | 0 | 0.00029594400 | |
| 7578815 | 6 years ago | | | 0 | 0.00029493000 | |
| 7578744 | 6 years ago | | | 0 | 0.00029620000 | |
| 7578587 | 6 years ago | | | 0 | 0.00037168000 | |
| 7578410 | 6 years ago | | | 0 | 0.00051835000 | |
| 7578323 | 6 years ago | | | 0 | 0.00044430000 | |
| 7578239 | 6 years ago | | | 0 | 0.00035430000 | |
| 7578206 | 6 years ago | | | 0 | 0.00050354000 |
ABI
ABI objects
Getter at block 21309398
auctionPeriod() view returns (uint256)
1980
auctionReputationReward() view returns (uint256)
10000000000000000000000
auctionsEndTime() view returns (uint256)
1555425000
auctionsStartTime() view returns (uint256)
1555405200
avatar() view returns (address)
0xe18717f423fd1a8f19db71bb3037baeac5a6eb6d
isOwner() view returns (bool)
false
numberOfAuctions() view returns (uint256)
10
owner() view returns (address)
0x0ddc793680ff4f5793849c8c6992be1695cbe72a
redeemEnableTime() view returns (uint256)
1555425000
reputationRewardLeft() view returns (uint256)
30000000000000000000002
token() view returns (address)
0x543ff227f64aa17ea132bf9886cab5db55dcaddf
wallet() view returns (address)
0xe18717f423fd1a8f19db71bb3037baeac5a6eb6d
Read-only
auctions(uint256) view returns (uint256 totalBid)
getBid(address _bidder, uint256 _auctionId) view returns (uint256)
State-modifying
Events bid(uint256 _amount, uint256 _auctionId) 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.