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 "Baspectrum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15239510 | 5 months ago | | | 0 | 0.000000069685490667 | |
| 12807378 | 7 months ago | | | 0 | 4.2536157e-7 | |
| 9185176 | 10 months ago | | | 0 | 0.000000000475042536 | |
| 5200287 | a year ago | | | 0 | 0.000000065749723296 | |
| 3580806 | a year ago | | | 0 | 3.8392539e-7 | |
| 3569340 | a year ago | | | 0 | 2.1999934e-7 | |
| 3463910 | a year ago | | | 0 | 0.0000049808207 | |
| 3325494 | a year ago | | | 0 | 5.6638522e-7 | |
| 3271007 | a year ago | | | 0 | 2.8102799e-7 | |
| 3270285 | a year ago | | | 0 | 0.0000084735315 |
ABI
ABI objects
Getter at block 21841358
COST() view returns (uint256)
250000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
625
name() view returns (string)
Baspectrum
owner() view returns (address)
0x3cbe145e7db9f46618ab2944904a712730451727
symbol() view returns (string)
Baspectrum
teamMintUsed() view returns (bool)
false
totalSupply() view returns (uint256)
625
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(string _base)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()