Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000783 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 71 | -- | -- | |
wRAWR | ERC-20 | 19.7657 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728071 | 10 hours ago | | | 0 | 1.1471124e-7 | |
| 22727244 | 11 hours ago | | | 0 | 1.3780319e-7 | |
| 22719487 | 15 hours ago | | | 0 | 6.7978738e-7 | |
| 22718862 | 16 hours ago | | | 0 | 5.3286389e-7 | |
| 22716057 | 17 hours ago | | | 0 | 9.2269455e-7 | |
| 22712374 | 19 hours ago | | | 0 | 3.2701530e-7 | |
| 22711726 | 20 hours ago | | | 0 | 0.000052859361 | |
| 22705343 | a day ago | | | 0 | 0.00020828103 | |
| 22691818 | a day ago | | | 0 | 3.2627042e-7 | |
| 22675942 | 2 days ago | | | 0 | 0.000000602795175840 |
ABI
ABI objects
Getter at block 22746851 getTokenIdPool() view returns (uint256[])
decimals() view returns (uint8)
18
dinoUniPool() view returns (address)
0x3447accd4b8e735329d1065244aad2ed630f0122
erc721totalSupply() view returns (uint256)
5400
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
buildSVG(uint256 tokenId) view returns (string)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
randomRawr()
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
uniRawr() returns (address pool)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()