MonsterAuction
Verified contract
Active on
Ethereum with 149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf7f6…e9c4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xf7f6…e9c4 | ERC-20 | 78 | -- | -- | |
EMPR | ERC-20 | 20 | -- | -- | |
BOX | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8385601 | 5 years ago | | | 0 | 0.0014868080 | |
| 8356475 | 5 years ago | | | 0 | 0.00015501600 | |
| 8352916 | 5 years ago | | | 0 | 0.00015501600 | |
| 7985965 | 5 years ago | | | 0 | 0.00034157400 | |
| 7985958 | 5 years ago | | | 0 | 0.00037157400 | |
| 7755017 | 6 years ago | | | 0 | 0.00060036000 | |
| 7748299 | 6 years ago | | | 0.5 | 0.000043758000 | |
| 7748290 | 6 years ago | | | 0.5 | 0.000047445000 | |
| 7730602 | 6 years ago | | | 0.3 | 0.00011983500 | |
| 7709720 | 6 years ago | | | 0 | 0.00011626200 |
ABI
ABI objects
Getter at block 21283023
auctionIndex() view returns (uint256)
176
core() view returns (address)
0xf7f6c2836293a661be2690fbacae97f3f027e9c4
isMonsterAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0xf7f6c2836293a661be2690fbacae97f3f027e9c4
owner() view returns (address)
0xb6052a08ffad405ce2bffd714c580447afe20c80
ownerCut() view returns (uint256)
1000
Read-only
auctionIdToSeller(uint256) view returns (address)
getAuction(uint256 _tokenId) view returns (address seller, uint256 price, uint256 startedAt)
getPrice(uint256 _tokenId) view returns (uint256)
ownershipAuctionCount(address) view returns (uint256)
tokensInAuctionsOfOwner(address _owner) view returns (uint256[] auctionTokens)
State-modifying
Events buy(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _price, address _seller)
setOwnerCut(uint256 _cut)
transferOwnership(address newOwner)
withdrawBalance()
AuctionCancelled(uint256 tokenId, uint256 uID)
AuctionCreated(uint256 tokenId, uint256 price, uint256 uID, address seller)
AuctionSuccessful(uint256 tokenId, uint256 price, address newOwner, uint256 uID)
constructor(address _nftAddress, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.