FunAuction
Verified contract
Active on
Ethereum with 61 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x60c7…b760
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEME | ERC-20 | 14.716583 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17036957 | 2 years ago | | | 0 | 0.0014741107 | |
| 16900436 | 2 years ago | | | 0 | 0.0035012747 | |
| 16887489 | 2 years ago | | | 0 | 0.0015573717 | |
| 16880297 | 2 years ago | | | 0 | 0.0019703927 | |
| 16865954 | 2 years ago | | | 0 | 0.0047963776 | |
| 16824222 | 2 years ago | | | 0 | 0.00092913605 | |
| 16824219 | 2 years ago | | | 0 | 0.00099118549 | |
| 16795861 | 2 years ago | | | 0 | 0.0013230352 | |
| 16759014 | 2 years ago | | | 0 | 0.0010249372 | |
| 16756300 | 2 years ago | | | 0 | 0.0033017733 |
ABI
ABI objects
Getter at block 21122720
CREATE_ROLE() view returns (bytes32)
0x2ad5dda4abad2eba9015076cc6a1db468a91b444067d58b590c8c73985521a04
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
blockTime() view returns (uint256)
1730825039
daoAddress() view returns (address)
0x6e26579bb9b04ea358524f2aaefaf3a82defdae5
daoFee() view returns (uint256)
0
maxBid() view returns (uint256)
0
meme() view returns (address)
0x60c7aea107ea3cdab21455e187cfb7e54e09b760
owner() view returns (address)
0x6e26579bb9b04ea358524f2aaefaf3a82defdae5
totalSupply() view returns (uint256)
14716583333333333337
Read-only
artist(uint256 id) view returns (address)
auctionEnd(uint256 id) view returns (uint256)
auctionStart(uint256 id) view returns (uint256)
auctions(uint256) view returns (uint256)
auctionsById(uint256) view returns (uint256 poolID, uint256 auctionID, address artist, uint256 fee, uint256 auctionStart, uint256 auctionEnd, uint256 originalAuctionEnd, uint256 extension, address highestBidder, uint256 highestBid, bool auctionEnded, bool isFunBid, struct FunAuctionNFTInfo nftInfo)
balanceOf(address account, uint256 id) view returns (uint256)
bonusOf(address account, uint256 id) view returns (uint256)
daoAddressFee(uint256 id) view returns (uint256)
ended(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
highestBid(uint256 id) view returns (uint256)
highestBidder(uint256 id) view returns (address)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
pingappleNFTTokenID(uint256 id) view returns (uint256)
poolInfoByAddress(address account, uint256 id) view returns (uint256 winnerPool, uint256 keysTotal, uint256 keys, uint256 bonus)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalDeposits(uint256 id) view returns (uint256)
winnerBonus(uint256 id) view returns (uint256)
State-modifying
Events bid(uint256 id, uint256 amount, bool isFunBid)
create(uint256 poolID, address artistAddress, uint256 start, uint256 duration, uint256 extension, address nftAddress, bool isArtistContract, bool isERC721, uint256 nftTokenID, address nftHolder, bool isFunBid) returns (uint256 id)
emergencyWithdraw(uint256 id)
end(uint256 id)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
rescue1155NFT(address nftAddress, uint256 nftID, uint256 amount, address toAddress)
rescue721NFT(address nftAddress, uint256 nftID, address toAddress)
revokeRole(bytes32 role, address account)
setKey1155(address _keyAddress)
setMaxBid(uint256 _maxBid)
setMemeAddress(address _memeAddress)
setdaoAddress(address account)
setdaoFee(uint256 fee)
transferOwnership(address newOwner)
withdraw(uint256 id)
withdrawBonus(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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdrawn(address indexed user, uint256 indexed id, uint256 amount)
constructor(address _memeAddress, address _daoAddress, address _keyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.