Bering X-pathfinder Edition Spaceship
Verified contract
Active on
Ethereum with 2,577 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 "Bering X-pathfinder Edition Spaceship"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243987 | 31 minutes ago | | | 0 | 0.00060659532 | |
| 21243985 | 31 minutes ago | | | 0 | 0.00061179960 | |
| 21243893 | an hour ago | | | 0 | 0.00076136974 | |
| 21242963 | 4 hours ago | | | 0 | 0.00043731438 | |
| 21227292 | 2 days ago | | | 0 | 0.00036918848 | |
| 21225788 | 3 days ago | | | 0 | 0.00045365990 | |
| 21219975 | 3 days ago | | | 0 | 0.00048791811 | |
| 21218102 | 4 days ago | | | 0 | 0.00093814790 | |
| 21205811 | 5 days ago | | | 0 | 0.00048819797 | |
| 21205811 | 5 days ago | | | 0 | 0.00048908769 |
ABI
ABI objects
Getter at block 21244138 renounceOwnership() view
caller() view returns (address)
0x1ed7e48746041814b46559d7b9b22426ee700e78
currentBaseURI() view returns (string)
https://metadata.spacenation.online/spaceship/bxes/
maxSupply() view returns (uint256)
1155
mintable() view returns (bool)
true
name() view returns (string)
Bering X-pathfinder Edition Spaceship
owner() view returns (address)
0x464868685f5ed7cc8260840a8a0e797f48b0dbd0
symbol() view returns (string)
BXES
totalMinted() view returns (uint256)
1155
totalSupply() view returns (uint256 result)
1155
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 approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
initailize(string _name, string _symbol, string _tokenURISuffix, string _currentBaseURI, uint256 _maxSupply, address _caller, address _owner)
mint(uint64 qty, address to) returns (bool)
ownermint(address to, uint64 qty)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxsupply(uint256 _maxsupply)
setMintable(bool _mintable)
setTokenURISuffix(string suffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateCaller(address _caller)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
NotMintable()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()