RaffleAuctionMinter

Verified contract

Active on Ethereum with 40,126 txns
Deployed by via 0xc5805985 at 19276630
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $60,687.96
0xc8951a9d064499ad6a2e8bc3e9403087d8ee47d7ac4eb48f9e62a771222d7b7e
0x85a8e11a0000c91dbe42251f8d642a35d713684325fb3ba2a323cf5f65d88158
0xc5c8069715763b2620fe33d39ccae160b62823f707dd59d77c1e97ed5d7844f2
0xabfa5b113b7078cdca3b69ac8055e914fa224e20b32d574cdf92b6f57cffe101
0x915e9f39353957f3d8eea6aba89c9c20cccdb1ed993f1f849af49ca09f8172a1
0x1c093f99c8e114c3fb3b5f94ec99e107265856a893f84ae0bfd1e0d8f77b36b5
0x3aa60f62cf6e0b62db4f94fd2d67fe4263833faf1c56aef4db464a95fc91c37b
0xc82245289e751599bf2e2b8b13ebc6afd6daf2d3d7957b80a5b57cf5799fa013
0xd318ae31474272cfa5ec4ecd291686fae3d6ce59d62768aa0662ac5487c6ecb9
0xa584c285001a12b55dde39d866ff89aaaf7b763bd00dd681b30284a6e4faf231

Functions
Getter at block 21158245
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MAX_BID_PER_USER(view returns (uint256)
50
auctionEndTime(view returns (uint256)
1708646460
floorBid(view returns (struct RaffleBidHeapBid)
(6584, 0xbe720fcf92e16cd1a74b6e9174ffc51f372a8425, 290000000000000000, 1708629899, 39864279979820559416168953863476495539334818526185254738145265469814044337315)
gateway(view returns (address)
0x7127f0feaef8143241a5fac62ac5b7be02ef26a9
getTotalBidsCnt(view returns (uint256)
17288
highestBidPrice(view returns (uint256)
0
nftAddress(view returns (address)
0xbabafdd8045740449a42b788a26e9b3a32f88ac1
paymentRecipient(view returns (address)
0xf67ad8ff23aafc109cb004cf6eec6fb510766591
paymentSent(view returns (bool)
true
tvl(view returns (uint256)
18919700000000000000
Read-only
claimInfo(address _aview returns (struct RaffleAuctionMinterClaimInfo info)
generateRandomNumber(uint256 userInputview returns (uint256)
getBidAmtByBuyerId(address _buyeruint256 _limitForBuyerIDview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getUserBids(address[] _addressesview returns (struct RaffleBidHeapBid[][] bids)
getUserClaimInfos(address[] _addressesview returns (struct RaffleAuctionMinterClaimInfo[] results)
hasClaimed(addressview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
userBids(addressuint256view returns (uint256 idaddress bidderuint256 priceuint256 timestampuint256 nonce)
State-modifying
claimAndRefund(
grantRole(bytes32 roleaddress account
placeBid(uint256 bidPriceuint256 limitForBuyerIDuint256 limitForBuyerAmountuint256 expireTimebytes _sigpayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
sendPayment(
setAuctionEndTime(uint256 _t
setGateway(address _g
setNftAddress(address _addr
setRecipient(address _r
Events
Bid(address indexed buyeruint256 bidPrice
Claim(address indexed buyeruint256 refundAmountuint256 nftCount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address _adminaddress _gatewayaddress _nftAddressaddress _paymentRecipientuint256 _nftAmountuint256 _auctionEndTime
Fallback and receive
receive(
Errors

This contract contains no error objects.