ERC721Auction
Verified contract
Active on
Ethereum with 5,276 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FISH | ERC-20 | 494 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12609361 | 3 years ago | | | 0 | 0.00038040000 | |
| 9040633 | 5 years ago | | | 0.012754491 | 0.00018594900 | |
| 9038836 | 5 years ago | | | 0.01 | 0.00022882800 | |
| 9022717 | 5 years ago | | | 0 | 0.00016018600 | |
| 9022705 | 5 years ago | | | 0 | 0.00017512200 | |
| 9022700 | 5 years ago | | | 0 | 0.000067028000 | |
| 9015603 | 5 years ago | | | 0 | 0.00020728000 | |
| 9006893 | 5 years ago | | | 0 | 0.00012436800 | |
| 9006893 | 5 years ago | | | 0 | 0.00014686800 | |
| 8977798 | 5 years ago | | | 0 | 0.00048956000 |
ABI
ABI objects
Getter at block 21161865
ERC721Contract() view returns (address)
0xa98ad92a642570b83b369c4eb70efefe638bc895
auctionDuration() view returns (uint32)
604800
beneficiary() view returns (address)
0xa3e4dc62b2942f6294cc4c34a546df87dbba830e
fee() view returns (uint256)
45000
owner() view returns (address)
0xa3e4dc62b2942f6294cc4c34a546df87dbba830e
Read-only
auctions(uint256) view returns (address seller, uint256 tokenId, uint64 auctionBegin, uint64 auctionEnd, uint256 startPrice, uint256 endPrice)
calculateBid(uint256 _tokenId) view returns (uint256)
State-modifying
Events buyAuction(uint256 _tokenId) payable
returnToken(uint256 _tokenId)
saveToken(uint256 _tokenId)
setBeneficiary(address _beneficiary)
setFee(uint256 _fee)
startAuction(uint256 _tokenId, uint256 _startPrice, uint256 _endPrice)
transferOwnership(address newOwner)
AuctionFinalized(uint256 indexed tokenId, address indexed seller)
AuctionStarted(uint256 indexed tokenId, address indexed seller)
AuctionWon(uint256 indexed tokenId, address indexed winner, address indexed seller, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ERC721Contract)
This contract contains no fallback and receive objects.
This contract contains no error objects.