Based Orbiter Degens
Verified contract
Active on
Base with 2,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Based Orbiter Degens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20961440 | a month ago | | | 0 | 1.6684954e-7 | |
| 20416219 | 2 months ago | | | 0 | 3.1697331e-7 | |
| 19210914 | 3 months ago | | | 0 | 0.0000018468108 | |
| 18891455 | 3 months ago | | | 0 | 0.0000013699079 | |
| 18284053 | 3 months ago | | | 0 | 0.000000106283954334 | |
| 18049630 | 4 months ago | | | 0 | 0.0000030383374 | |
| 17908476 | 4 months ago | | | 0 | 0.0000030916349 | |
| 17768815 | 4 months ago | | | 0 | 8.4609010e-7 | |
| 17767565 | 4 months ago | | | 0 | 0.0000022645199 | |
| 12511921 | 8 months ago | | | 0 | 0.000024546348 |
ABI
ABI objects
Getter at block 22748145
getTotalSupply() view returns (uint256)
2252
maxSupply() view returns (uint256)
55000
name() view returns (string)
Based Orbiter Degens
owner() view returns (address)
0xde7d7fc1d7039869d60d725b95730a019dedaa9c
paused() view returns (bool)
false
salePrice() view returns (uint256)
50000000000000
symbol() view returns (string)
BOrbDeg
totalSupply() view returns (uint256)
2252
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.