WODBasePass
Verified contract
Active on
Base with 15,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22663877 | 2 days ago | | | 0 | 7.7672391e-7 | |
| 22623091 | 3 days ago | | | 0 | 0.0000012965940 | |
| 21626408 | a month ago | | | 0 | 0.0000016556259 | |
| 21507044 | a month ago | | | 0 | 4.9958640e-7 | |
| 21354567 | a month ago | | | 0 | 3.8262536e-7 | |
| 21183465 | a month ago | | | 0 | 0.000000104326600000 | |
| 20493790 | 2 months ago | | | 0 | 0.000000708723467955 | |
| 19245120 | 3 months ago | | | 0 | 3.1544162e-7 | |
| 19242381 | 3 months ago | | | 0 | 5.8686440e-7 | |
| 18833562 | 3 months ago | | | 0 | 0.000000608738872760 |
ABI
ABI objects
Getter at block 22747505
BETA_PASS_PROVENANCE() view returns (string)
REVEAL_TIMESTAMP() view returns (uint256)
100000001123199
baseURI() view returns (string)
https://base.worldofdypians.com/metadata/
betaPassPrice() view returns (uint256)
80000000000000000
costSaleIsActive() view returns (bool)
false
maxBetaPassPurchase() view returns (uint256)
500
name() view returns (string)
WODBasePass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x65c3d0f9438644945df5bf321c9f0fcf333302b8
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
symbol() view returns (string)
BSBP
totalSupply() view returns (uint256)
15766
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
costSaleState()
flipSaleState()
mintBetaPass()
mintBetaPassCost(uint256 numberOfTokens) payable
renounceOwnership()
reserveBetaPass()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string tokenURI)
setBetaPassPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 revealTimeStamp)
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(string name, string symbol, uint256 maxNftSupply, uint256 saleStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.