BluWorld
Verified contract
Active on
Ethereum with 1,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "BluWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231900 | 12 days ago | | | 0 | 0.00062316368 | |
| 21231833 | 12 days ago | | | 0 | 0.00065518670 | |
| 21123890 | a month ago | | | 0 | 0.00041954197 | |
| 20400193 | 4 months ago | | | 0 | 0.00044754739 | |
| 20024015 | 6 months ago | | | 0 | 0.00080755434 | |
| 19887472 | 7 months ago | | | 0 | 0.00016717860 | |
| 19682903 | 7 months ago | | | 0 | 0.00046583951 | |
| 19671172 | 8 months ago | | | 0 | 0.00062993430 | |
| 19650365 | 8 months ago | | | 0 | 0.00074060982 | |
| 19558196 | 8 months ago | | | 0 | 0.00082922570 |
ABI
ABI objects
Getter at block 21319875 getBaseURI() view returns (string) getContractBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
100000000000000000
getCurrentCost() view returns (uint256)
100000000000000000
maxMintAmount() view returns (uint256)
10
maxMintAmountPresale() view returns (uint256)
0
maxSupply() view returns (uint256)
5000
name() view returns (string)
BluWorld
nftPerAddressLimit() view returns (uint256)
500
nftPerAddressLimitPresale() view returns (uint256)
1
notRevealedUri() view returns (string)
ipfs://QmSdKR1Rk1ZNAZpLJZ7WnY2hPSZpLVYYzw1j8YLo1DvTm1/
owner() view returns (address)
0xc5ba64733c1226aebb9282eeb61f394886a28628
paused() view returns (bool)
true
preSaleCost() view returns (uint256)
65000000000000000
preSaleDate() view returns (uint256)
1532710800
preSaleEndDate() view returns (uint256)
1625775200
preSaleMaxSupply() view returns (uint256)
0
publicSaleDate() view returns (uint256)
1636506000
revealed() view returns (bool)
true
symbol() view returns (string)
BluWorld
totalSupply() view returns (uint256)
1321
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) 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 approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setNftPerAddressLimit(uint256 _limit)
setNftPerAddressLimitPreSale(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setPreSaleDate(uint256 _preSaleDate)
setPreSaleEndDate(uint256 _preSaleEndDate)
setPresaleCost(uint256 _newCost)
setPresaleMaxSupply(uint256 _newPresaleMaxSupply)
setPublicSaleDate(uint256 _publicSaleDate)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxMintAmountPreSale(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] addresses)
withdraw() payable
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(string _name, string _symbol, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.