MEMEAuction
Verified contract
Active on
Ethereum with 88 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd552…affe
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PPBLZ | ERC-20 | 0.0001 | $24.77 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11290504 | 4 years ago | | | 0 | 0.0012567100 | |
| 11253203 | 4 years ago | | | 0 | 0.0013488596 | |
| 11251242 | 4 years ago | | | 0 | 0.0051612800 | |
| 11251004 | 4 years ago | | | 0 | 0.0081900000 | |
| 11250519 | 4 years ago | | | 0 | 0.0048929160 | |
| 11247089 | 4 years ago | | | 0 | 0.0013106251 | |
| 11245435 | 4 years ago | | | 0 | 0.0014332500 | |
| 11245303 | 4 years ago | | | 0 | 0.035475000 | |
| 11227185 | 4 years ago | | | 0 | 0.0011130860 | |
| 11226138 | 4 years ago | | | 0 | 0.0047286324 |
ABI
ABI objects
Getter at block 21230286
isOwner() view returns (bool)
false
meme() view returns (address)
0xd5525d397898e5502075ea5e830d8914f6f0affe
memeLtdAddress() view returns (address)
0xe4605d46fd0b3f8329d936a8b258d69276cba264
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
runner() view returns (address)
0x214bc6a17e022cff3676d3979b748f2940317957
totalSupply() view returns (uint256)
0
Read-only
auctionEnd(uint256 id) view returns (uint256)
auctionStart(uint256 id) view returns (uint256)
auctions(uint256) view returns (uint256)
auctionsById(uint256) view returns (address beneficiary, uint256 fee, uint256 auctionStart, uint256 auctionEnd, uint256 nft, address highestBidder, uint256 highestBid, bool auctionEnded)
balanceOf(address account, uint256 id) view returns (uint256)
beneficiary(uint256 id) view returns (address)
ended(uint256 id) view returns (bool)
highestBid(uint256 id) view returns (uint256)
highestBidder(uint256 id) view returns (address)
memeLtdNft(uint256 id) view returns (uint256)
runnerFee(uint256 id) view returns (uint256)
supportsInterface(bytes4 interfaceID) view returns (bool)
totalDeposits(uint256 id) view returns (uint256)
State-modifying
Events bid(uint256 id, uint256 amount)
create(uint256 id, address beneficiaryAddress, uint256 fee, uint256 start, uint256 duration)
emergencyWithdraw(uint256 id)
end(uint256 id)
onERC1155BatchReceived(address _operator, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address _operator, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setRunnerAddress(address account)
transferOwnership(address newOwner)
withdraw(uint256 id)
BidPlaced(address indexed user, uint256 indexed id, uint256 amount)
Ended(address indexed user, uint256 indexed id, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed user, uint256 indexed id, uint256 amount)
constructor(address _runner, address _memeAddress, address _memeLtdAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.