Space Doodles
Verified contract
Active on
Ethereum with 11,633 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
1 additional
variable
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOODLE | ERC-20 | 20M | -- | -- | |
AZUKI | ERC-20 | 500K | -- | -- | |
(#2) | ERC-1555 | 1 | -- | -- | |
(#1) | ERC-1555 | 1 | -- | -- | |
(#1884) | Lucky | ERC-721 | 1 | -- | -- |
(#183) | ERC-1555 | 1 | -- | -- | |
(#4) | ERC-1555 | 1 | -- | -- | |
(#9999) | SDOODLE | ERC-721 | 1 | -- | -- |
(#9992) | SDOODLE | ERC-721 | 1 | -- | -- |
(#9985) | SDOODLE | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263983 | 4 hours ago | | | 0 | 0.0022428007 | |
| 21259073 | 20 hours ago | | | 0 | 0.0017554232 | |
| 21258384 | a day ago | | | 0 | 0.0032593451 | |
| 21253169 | 2 days ago | | | 0 | 0.00047023621 | |
| 21249406 | 2 days ago | | | 0 | 0.00065328459 | |
| 21245709 | 3 days ago | | | 0 | 0.00050977787 | |
| 21245580 | 3 days ago | | | 0 | 0.0018096749 | |
| 21244244 | 3 days ago | | | 0 | 0.0015630113 | |
| 21242691 | 3 days ago | | | 0 | 0.0021181695 | |
| 21242642 | 3 days ago | | | 0 | 0.00063144225 |
ABI
ABI objects
Getter at block 21265180
BITS_PER_SEED() view returns (uint256)
40
BITS_PER_TRAIT() view returns (uint256)
8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NUM_TRAITS() view returns (uint256)
5
RANK_WRITER_ROLE() view returns (bytes32)
0xbf41b66e0b91d3bfcb3f5f0b3202de2fafe3878571e8c06289cfe757dcbc5980
SEEDS_PER_WORD() view returns (uint256)
6
SEED_MASK() view returns (uint256)
1099511627775
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
VRF_WORD_SIZE() view returns (uint256)
256
batchCount() view returns (uint256)
336
dockingActive() view returns (bool)
true
launchingActive() view returns (bool)
true
maxBatchSize() view returns (uint256)
40
minBatchSize() view returns (uint256)
20
name() view returns (string)
Space Doodles
requestConfig() view returns (bytes32 keyHash, uint64 subId, uint32 callbackGasLimit, uint16 requestConfirmations)
(keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, subId=20, callbackGasLimit=2500000, requestConfirmations=3)
symbol() view returns (string)
SDOODLE
totalSupply() view returns (uint256)
7020
Read-only
LOADED_DIE_LOOKUP(uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
batches(uint256, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
getStats(uint256 tokenId) view returns (struct SpaceDoodlesStats)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
requestIdToBatchId(uint256) view returns (uint256)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenStats(uint256) view returns (uint8 rank, uint8 piloting, uint8 mechanical, uint8 stamina, uint8 bladder, uint8 vibe)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
dockMany(uint256[] tokenIds)
flushBatch() returns (uint256)
grantRole(bytes32 role, address account)
launchMany(uint256[] tokenIds)
onERC721Received(address, address from, uint256 tokenId, bytes data) returns (bytes4)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceRole(bytes32 role, address account)
retryBatch(uint256 batchId) returns (uint256)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendLostDoodleHome(address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCallbackGasLimit(uint32 _callbackGasLimit)
setDockingActive(bool dockingActive_)
setKeyHash(bytes32 _keyHash)
setLaunchingActive(bool launchingActive_)
setMaxBatchSize(uint256 _maxBatchSize)
setMinBatchSize(uint256 _minBatchSize)
setRank(uint256 tokenId, uint8 _rank)
setRequestConfirmations(uint16 _requestConfirmations)
setSubId(uint64 _subId)
transferFrom(address from, address to, uint256 tokenId)
updateRoyalties(address recipient, uint256 bps)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedStats(uint256 indexed _tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _Doodles, address _VRFCoordinator, address _LINKToken, bytes32 _keyHash, uint64 _subId)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)