ERC721Bid
Verified contract
Active on
Ethereum with 40,728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,710.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANA | ERC-20 | 4.876K | $0.350733 |
$1,710.17 | |
0x0de9…5356 | ERC-1555 | 1 | -- | -- | |
0x3c5f…5044 | ERC-1555 | 1 | -- | -- | |
0xa397…f7b5 | ERC-1555 | 1 | -- | -- | |
NEONDISTRICT.IO | ERC-721 | 1 | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159012 | 2 hours ago | | | 0 | 0.0070973473 | |
| 21155759 | 13 hours ago | | | 0 | 0.0034001565 | |
| 21150041 | a day ago | | | 0 | 0.0022576402 | |
| 21144501 | 2 days ago | | | 0 | 0.0050922075 | |
| 21140807 | 3 days ago | | | 0 | 0.0064800757 | |
| 21139962 | 3 days ago | | | 0 | 0.0047629046 | |
| 21139138 | 3 days ago | | | 0 | 0.0035760603 | |
| 21115359 | 6 days ago | | | 0 | 0.0037603144 | |
| 21113785 | 6 days ago | | | 0 | 0.0016965370 | |
| 21113781 | 6 days ago | | | 0 | 0.0016038275 |
ABI
ABI objects
Getter at block 21159548
ERC721Composable_ValidateFingerprint() view returns (bytes4)
0x8f9f4b63
ERC721_Interface() view returns (bytes4)
0x80ac58cd
ERC721_Received() view returns (bytes4)
0x150b7a02
MAX_BID_DURATION() view returns (uint256)
15724800
MIN_BID_DURATION() view returns (uint256)
60
ONE_MILLION() view returns (uint256)
1000000
isOwner() view returns (bool)
false
manaToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
owner() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
ownerCutPerMillion() view returns (uint256)
25000
paused() view returns (bool)
false
Read-only
bidCounterByToken(address, uint256) view returns (uint256)
bidIdByTokenAndBidder(address, uint256, address) view returns (bytes32)
bidIndexByBidId(bytes32) view returns (uint256)
getBidByBidder(address _tokenAddress, uint256 _tokenId, address _bidder) view returns (uint256 bidIndex, bytes32 bidId, address bidder, uint256 price, uint256 expiresAt)
getBidByToken(address _tokenAddress, uint256 _tokenId, uint256 _index) view returns (bytes32, address, uint256, uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
cancelBid(address _tokenAddress, uint256 _tokenId)
onERC721Received(address _from, address, uint256 _tokenId, bytes _data) returns (bytes4)
pause()
placeBid(address _tokenAddress, uint256 _tokenId, uint256 _price, uint256 _duration)
placeBid(address _tokenAddress, uint256 _tokenId, uint256 _price, uint256 _duration, bytes _fingerprint)
removeExpiredBids(address[] _tokenAddresses, uint256[] _tokenIds, address[] _bidders)
renounceOwnership()
renouncePauser()
setOwnerCutPerMillion(uint256 _ownerCutPerMillion)
transferOwnership(address newOwner)
unpause()
BidAccepted(bytes32 _id, address indexed _tokenAddress, uint256 indexed _tokenId, address _bidder, address indexed _seller, uint256 _price, uint256 _fee)
BidCancelled(bytes32 _id, address indexed _tokenAddress, uint256 indexed _tokenId, address indexed _bidder)
BidCreated(bytes32 _id, address indexed _tokenAddress, uint256 indexed _tokenId, address indexed _bidder, uint256 _price, uint256 _expiresAt, bytes _fingerprint)
ChangedOwnerCutPerMillion(uint256 _ownerCutPerMillion)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _manaToken, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.