Oddstronauts
Verified contract
Active on
Ethereum with 16,545 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
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
11 | ERC-721 | 1 | -- | -- | |
ODD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253766 | 4 days ago | | | 0 | 0.00046693839 | |
| 21253763 | 4 days ago | | | 0 | 0.00051340436 | |
| 21253760 | 4 days ago | | | 0 | 0.00054134827 | |
| 21252984 | 4 days ago | | | 0 | 0.00026955087 | |
| 21252978 | 4 days ago | | | 0 | 0.00025723079 | |
| 21220007 | 9 days ago | | | 0 | 0.00071660853 | |
| 21201441 | 12 days ago | | | 0 | 0.00071385108 | |
| 21176973 | 15 days ago | | | 0 | 0.0012080348 | |
| 21136827 | 21 days ago | | | 0 | 0.0014093468 | |
| 21122854 | 23 days ago | | | 0 | 0.00067288219 |
ABI
ABI objects
Getter at block 21284577
MAX_RESERVED() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
10000
maxPerAddress() view returns (uint256)
999
metadata() view returns (string baseURI, string collectionURI, string placeholderURI)
(baseURI=https://oddstronauts.myfilebase.com/ipfs/QmWakZT7D6bDwmvRwNY35bn7btoTVAQbuZqayknRGRYUHT/, collectionURI=, placeholderURI=https://oddstronauts.myfilebase.com/ipfs/QmNj3HSiUtRMy76aScTHh8rkNdr77nGUchKBev47TpNQ3y)
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Oddstronauts
owner() view returns (address)
0xfd37c3f76eb23a04355116361183cbfe49c50893
provenanceHash() view returns (string)
ask devs
reserved() view returns (uint256)
100
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
signer() view returns (address)
0xdcc43b95ef1e0fe2229302c8a852620d73e58d09
symbol() view returns (string)
ODD
tokenOffset() view returns (uint256)
4383
totalSupply() view returns (uint256)
10000
vrfRequestConfig() view returns (bytes32 keyHash, uint64 subId, uint32 callbackGasLimit, uint16 requestConfirmations)
(keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, subId=47, callbackGasLimit=200000, requestConfirmations=20)
Read-only
addressMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
functionLocked(bytes4) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
commitMetadata()
commitMintConfig()
flipRevealed()
flipSaleActive()
lockFunction(bytes4 id)
mint(uint256 amount, bytes signature) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
reserve(uint256 amount, address receiver)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPerAddress(uint256 _maxPerAddress)
setMetadata(struct ERC721ABaseMetadata _metadata)
setMintPrice(uint256 _mintPrice)
setProvenanceHash(string hash)
setSigner(address _signer)
setTokenOffset()
setVrfRequestConfig(struct ERC721ABaseVrfRequestConfig _vrfRequestConfig)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, address vrfCoordinator, bytes32 keyHash, uint64 subId)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()