ChainZokuAuctions
Verified contract
Active on
Ethereum with 360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x31c6…03a0
Balances ($0.00)
No balances found for "ChainZokuAuctions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18885453 | a year ago | | | 0 | 0.0083314475 | |
| 18885452 | a year ago | | | 0.4 | 0.0011505263 | |
| 18885450 | a year ago | | | 0.39 | 0.0030794192 | |
| 18885447 | a year ago | | | 0.245 | 0.0016355480 | |
| 18885447 | a year ago | | | 0.35 | 0.0016355480 | |
| 18885447 | a year ago | | | 0.415 | 0.0034387230 | |
| 18885447 | a year ago | | | 0.422 | 0.0037558460 | |
| 18885447 | a year ago | | | 0.299 | 0.0032141971 | |
| 18885447 | a year ago | | | 0.37 | 0.0038918011 | |
| 18885446 | a year ago | | | 0.291 | 0.0024788969 |
ABI
ABI objects
Getter at block 21216536
ERC721Address() view returns (address)
0x31c6e456832052dbc337e2ac19c41ff37f9903a0
multiSigContract() view returns (address)
0x8634ab5e10f39d22bf8af7313dd9a1bc5939fa20
owner() view returns (address)
0x76de050980cbedbca6bec638637016ea5d467d7e
pause() view returns (bool)
false
resolverAddress() view returns (address)
0xf8c7190fba43e13aaa1e29a6dad405fca67d0ac9
shareContract() view returns (address)
0xe8530ecdd995b23a0e571de54c5fa04c508ce83b
Read-only
auctions(uint256) view returns (uint64 startAt, uint64 endAt, uint256 count, uint256 minBid, bool closed, bool initialized)
bids(uint256, uint256) view returns (address bidder, uint256 amount)
getBids(uint256 _auctionId) view returns (struct AuctionMultiBid[])
getMinBid(uint256 _auctionId) view returns (uint256)
isAdmin(address _admin) view returns (bool)
isAuctionClosed(uint256 _auctionId) view returns (bool)
isAuctionInitialized(uint256 _auctionId) view returns (bool)
isAuctionOpen(uint256 _auctionId) view returns (bool)
isBidValid(uint256 _auctionId, uint256 _count, uint256 _totalAmount) view returns (bool)
State-modifying
Events ResolveAuction(uint256 _currentAuctionId)
SendBid(uint256 _auctionId, uint256 _count) payable
closeAuction(uint256 _auctionId)
configureAuction(uint256 _auctionId, struct AuctionMultiAuction _newAuction)
editAuction(uint256 _auctionId, struct AuctionMultiAuction _auction)
init(address _resolverAddress, address _zokuByChainZoku, address _shareContract, address _multiSigContract)
renounceOwnership()
setAdminAddress(address _admin, bool _active)
setERC721Address(address _ERC721Address)
setMultiSigContract(address _contract)
setPause(bool _pause)
setResolverAddress(address _resolverAddress)
setShareContract(address _shareContract)
transferFrom(address, address, uint256) returns (bool)
transferOwnership(address newOwner)
withdraw()
EndAuction(uint256 auctionId, uint256 count)
NewBid(uint256 auctionId, address wallet, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundBid(uint256 auctionId, address wallet, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AuctionAlreadyInit()
AuctionClosed()
AuctionNotInit()
AuctionNotOpen()
BidWithBadAmount()
BidWithBadCount()
BidWithStepTooLow()
BidWithValueTooLow()
NewAuctionNotInit()
WithdrawBidFailed()