ExplorationLabs
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "ExplorationLabs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16808957 | 2 years ago | | | 0 | 0.00090580311 | |
| 16807141 | 2 years ago | | | 0 | 0.0014109109 | |
| 16735965 | 2 years ago | | | 0 | 0.0019165802 | |
| 16453564 | 2 years ago | | | 0 | 0.012930786 | |
| 16322543 | 2 years ago | | | 0 | 0.00074848561 | |
| 15596971 | 2 years ago | | | 0 | 0.00047860911 | |
| 15466156 | 2 years ago | | | 0 | 0.00036156793 | |
| 15456412 | 2 years ago | | | 0 | 0.00054085871 | |
| 15418208 | 2 years ago | | | 0 | 0.0035331839 | |
| 15374554 | 2 years ago | | | 0 | 0.0016359889 |
ABI
ABI objects
Getter at block 21287167 getMsg() view returns (string)
cost() view returns (uint256)
100000000000000000
exploreToken() view returns (address)
0x5ebce0620a86b27c684947140fceb2bd5a7e3307
getMissionStatement() pure returns (string)
Building For Future Generations
getSaleType() view returns (uint8)
1
maxMintAmt() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
name() view returns (string)
ExplorationLabs
owner() view returns (address)
0x7b802e711380e5746a3da8ae6951d1a312a3e8e8
paused() view returns (bool)
false
pioneerPassCost() view returns (uint256)
129000000000000000
pioneerPassMaxMintAmt() view returns (uint256)
10
pioneerPassMaxSupply() view returns (uint256)
500
preSaleMaxSupply() view returns (uint256)
4500
symbol() view returns (string)
EXL
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownedTokensByAddress(address owner) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _quantity)
generalSaleOpen()
inactiveSaleOpen()
mint(uint256 _quantity, bytes signature) payable
mintEXPReward()
pause()
pioneerPassSaleOpen()
presaleOpen()
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)
setCost(uint256 _newCost)
setExploreTokenAddr(address exploreTokenaddress)
setMaxSupply(uint256 _maxSupply)
setPaymentAddress(address _paymentAddress)
setPioneerPassCost(uint256 _newPioneerPassCost)
setPioneerPassMaxMintAmt(uint256 _newPioneerPassMaxMintAmt)
setPioneerPassMaxSupply(uint256 _newPioneerPassMaxSupply)
setPresaleMaxSupply(uint256 _presaleMaxSupply)
setRoyaltyAddress(address _royaltyAddress)
setSignerActive(bool _signerActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address signerAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()