W1ldcard
Unverified contract
Proxy
Active on
Base with 4,143 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38,867.02)
Native
Value
$26.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.007997 | $3,301.47 |
$26.4 | |
DEGEN | ERC-20 | 2M | $0.019403 |
$38,806.76 | |
toby | ERC-20 | 591.549294M | $0.00 |
$27.21 | |
DUDE | ERC-20 | 258.05K | $0.000013 |
$3.42 | |
AIINU | ERC-20 | 85 | $0.020607 |
$1.75 | |
LOA | ERC-20 | 60 | $0.008246 |
$0.49 | |
BENTO | ERC-20 | 44.40444M | $0.00 |
$0.49 | |
NEGED | ERC-20 | 3.162K | $0.00006 |
$0.19 | |
WGC | ERC-20 | 200 | $0.000495 |
$0.1 | |
BOOMER | ERC-20 | 7.32 | $0.010445 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22521959 | 5 days ago | | | 0 | 7.5357504e-7 | |
0x64656765 | 18328159 | 3 months ago | | | 0 | 0.000000060118794361 | |
| 17620133 | 4 months ago | | | 0 | 3.9178611e-7 | |
0x696e6861 | 17427203 | 4 months ago | | | 0 | 8.2350379e-7 | |
| 16811136 | 4 months ago | | | 0 | 0.000000405844199350 | |
| 14768510 | 6 months ago | | | 0 | 8.2737136e-7 | |
| 14287915 | 6 months ago | | | 0 | 7.4522388e-7 | |
| 14287611 | 6 months ago | | | 0 | 7.1901665e-7 | |
| 14286315 | 6 months ago | | | 0 | 7.4354129e-7 | |
| 14285878 | 6 months ago | | | 0 | 7.1221369e-7 |
ABI
ABI objects
Getter at block 22754932
accruedCommunityFees() view returns (uint256)
0
communityFeeBps() view returns (uint256)
10000
currentGameId() view returns (uint256)
2
gamePeriod() view returns (uint256)
82800
gameState() view returns (uint8)
0
maxBallValue() view returns (uint8)
13
name() view returns (string)
W1ldcard
numPicks() view returns (uint8)
5
owner() view returns (address)
0x7249b79214b56e8261fff17dd315037361b119c3
prizeToken() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
randomiser() view returns (address)
0xfbf562a98ab8584178efdcfd09755ff9a1e7e3a2
randomnessRequest() view returns (uint208 requestId, uint48 timestamp)
(requestId=0, timestamp=0)
symbol() view returns (string)
WLDCRD
ticketPrice() view returns (uint256)
1000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
gameData(uint256 gameId) view returns (uint128 jackpot, uint64 ticketsSold, uint64 startedAt)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByPickIdentity(uint256 gameId, uint256 id, uint256) view returns (uint256)
tokenIdToGameId(uint256 tokenId) view returns (uint256)
tokenIdToTicket(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
winningPickIds(uint256 gameId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimWinnings(uint256 tokenId)
draw()
init(address owner_, string name_, string symbol_, uint8 numPicks_, uint8 maxBallValue_, uint256 gamePeriod_, uint256 ticketPrice_, uint256 communityFeeBps_, address randomiser_, address prizeToken_)
ownerPick(struct LooteryTicket[] tickets)
purchase(struct LooteryTicket[] tickets)
receiveRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
rescueETH()
rescueTokens(address tokenAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
seedJackpot(uint128 value)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAccruedFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsolationClaimed(uint256 indexed tokenId, uint256 indexed gameId, address whomst, uint256 value)
DrawSkipped(uint256 indexed gameId)
GameFinalised(uint256 gameId, uint8[] winningPicks)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address sender, uint256 amount)
TicketPurchased(uint256 indexed gameId, address indexed whomst, uint256 indexed tokenId, uint8[] picks)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Transferred(address to, uint256 value)
WinningsClaimed(uint256 indexed tokenId, uint256 indexed gameId, address whomst, uint256 value)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CallerNotRandomiser(address caller)
ClaimWindowMissed(uint256 tokenId)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
FailedInnerCall()
GameAlreadyDrawn()
IncorrectPaymentAmount(uint256 paid, uint256 expected)
InsufficientOperationalFunds(uint256 have, uint256 want)
InsufficientRandomWords()
InvalidBallValue(uint256 ballValue)
InvalidGamePeriod(uint256 gamePeriod)
InvalidInitialization()
InvalidInputs()
InvalidNumPicks(uint256 numPicks)
InvalidRandomiser(address randomiser)
InvalidTicketPrice(uint256 ticketPrice)
JackpotOverflow(uint256 value)
NoWin(uint256 pickId, uint256 winningPickId)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RequestAlreadyInFlight(uint256 requestId, uint256 timestamp)
RequestIdMismatch(uint256 actual, uint208 expected)
RequestIdOverflow(uint256 requestId)
SafeERC20FailedOperation(address token)
TicketsSoldOverflow(uint256 value)
TransferFailure(address to, uint256 value, bytes reason)
UnexpectedState(uint8 actual, uint8 expected)
UnsortedPicks(uint8[] picks)
WaitLonger(uint256 deadline)