Dino Poker

Verified contract

Active on Base with 6,187 txns
Deployed by via 0x3deeac19 at 10481952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xb598d55c844c4c6bab3f34b4bf0e3da7f639cf389f5d110e99c18c5e8bf4b6c2
0x843154d35244f115786da9325d3cd4d67013feb02d1907e8458eed509adeb21b
0xaeb49b61884109f53cb49319a7a12df2b873a414251442cc21ae8d309a2c5624
0xb4471a769459cb649f60c90d4c4a0f8694df3819575219515dee0fa23058bbdf
0xd6486fa42d2d17354ee8500fe3bedbf9d892df28c0a2c8389c11ed65bb905524
0x8b7b7ec325253378bbc0e363f5f65e8b79fe697a2640a1bab43a9d90e5c018fb
0x0c166fa3735329192c4d02795a8af5468fdf057f11f9e50a14818ccd0ee65343
0x9eac6eece64db1af3a647a08b8529fe0b56f975f064c4caa65783fc1c2050853
0x105bed71c62d5669d0db19bdfb7620bd35a68cb040ae09d25936680fca668e16
0x5f913d8d5eb4e3e5dda48c9c37b7ece18662da931b58661e473a4d91fa2827c3

Functions
Getter at block 22746851
decimals(view returns (uint8)
18
dinoUniPool(view returns (address)
0x3447accd4b8e735329d1065244aad2ed630f0122
erc721totalSupply(view returns (uint256)
5400
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
5400
name(view returns (string)
Dino Poker
owner(view returns (address)
0xa1447bb4b3940aeb646cc786b2581a81bf670ffd
positionManager(view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
randomComplete(view returns (bool)
true
symbol(view returns (string)
RAWR
totalSupply(view returns (uint256)
5400000000000000000000
uniswapV3Factory(view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
wethAddress(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
buildSVG(uint256 tokenIdview returns (string)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
randomRawr(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
uniRawr(returns (address pool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(