RaffleAuctionMinter
Verified contract
Active on
Ethereum with 40,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($60,687.96)
Native
Value
$60,687.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 18.9197 | $3,207.66 |
$60,687.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19706212 | 7 months ago | | | 0 | 0.00057094807 | |
| 19634122 | 7 months ago | | | 0 | 0.0016933528 | |
| 19634117 | 7 months ago | | | 0 | 0.0015729854 | |
| 19634112 | 7 months ago | | | 0 | 0.0017596830 | |
| 19634107 | 7 months ago | | | 0 | 0.0017912543 | |
| 19634088 | 7 months ago | | | 0 | 0.0042351807 | |
| 19634045 | 7 months ago | | | 0 | 0.0030827028 | |
| 19634040 | 7 months ago | | | 0 | 0.0017555824 | |
| 19634032 | 7 months ago | | | 0 | 0.0017460453 | |
| 19634025 | 7 months ago | | | 0 | 0.0016937806 |
ABI
ABI objects
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 _a) view returns (struct RaffleAuctionMinterClaimInfo info)
generateRandomNumber(uint256 userInput) view returns (uint256)
getBidAmtByBuyerId(address _buyer, uint256 _limitForBuyerID) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserBids(address[] _addresses) view returns (struct RaffleBidHeapBid[][] bids)
getUserClaimInfos(address[] _addresses) view returns (struct RaffleAuctionMinterClaimInfo[] results)
hasClaimed(address) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userBids(address, uint256) view returns (uint256 id, address bidder, uint256 price, uint256 timestamp, uint256 nonce)
State-modifying
Events claimAndRefund()
grantRole(bytes32 role, address account)
placeBid(uint256 bidPrice, uint256 limitForBuyerID, uint256 limitForBuyerAmount, uint256 expireTime, bytes _sig) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendPayment()
setAuctionEndTime(uint256 _t)
setGateway(address _g)
setNftAddress(address _addr)
setRecipient(address _r)
Bid(address indexed buyer, uint256 bidPrice)
Claim(address indexed buyer, uint256 refundAmount, uint256 nftCount)
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)
constructor(address _admin, address _gateway, address _nftAddress, address _paymentRecipient, uint256 _nftAmount, uint256 _auctionEndTime)
receive()
This contract contains no error objects.