[B]ODA PASS
Verified contract
Active on
Ethereum with 468 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 |
---|---|---|---|---|---|
MOONR | ERC-721 | 1 | -- | -- | |
MOONR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15929466 | 2 years ago | | | 0 | 0.00082807593 | |
| 15929465 | 2 years ago | | | 0 | 0.00074818405 | |
| 15795935 | 2 years ago | | | 0 | 0.00084814537 | |
| 15775284 | 2 years ago | | | 0 | 0.00069918339 | |
| 15295168 | 2 years ago | | | 0 | 0.00026055259 | |
| 15241016 | 2 years ago | | | 0 | 0.00088463418 | |
| 15241016 | 2 years ago | | | 0 | 0.00088463418 | |
| 15209030 | 2 years ago | | | 0 | 0.00045094439 | |
| 15063334 | 2 years ago | | | 0 | 0.00087440382 | |
| 15048584 | 2 years ago | | | 0 | 0.00056708571 |
ABI
ABI objects
Getter at block 21123469
MAX_MINTS_PER_TX() view returns (uint256)
5
NUM_FREE_MINTS() view returns (uint256)
950
PUBLIC_SALE_PRICE() view returns (uint256)
20000000000000000
getBaseURI() view returns (string)
ipfs://QmbEN8rzswKhffiKKM2mEmpiPbPzkPbKjsv4dGcH87ReTx
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
[B]ODA PASS
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x847a1e8c68e4b12a90fb66533540190bc58b9d6a
symbol() view returns (string)
[B]ODA
totalSupply() view returns (uint256)
952
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
mint(uint256 numberOfTokens) payable
mints(uint256 _numfreemints)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.