SunBlocks
Verified contract
Active on
Ethereum with 564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "SunBlocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18611531 | a year ago | | | 0 | 0.0016890285 | |
| 16921352 | 2 years ago | | | 0 | 0.0015282311 | |
| 16307868 | 2 years ago | | | 0 | 0.00073305544 | |
| 16305798 | 2 years ago | | | 0 | 0.00090548916 | |
| 16120989 | 2 years ago | | | 0 | 0.00062451847 | |
| 15942563 | 2 years ago | | | 0 | 0.0011045697 | |
| 15887799 | 2 years ago | | | 0 | 0.00064906465 | |
| 15872392 | 2 years ago | | | 0 | 0.00063616672 | |
| 15864801 | 2 years ago | | | 0 | 0.00019922878 | |
| 15856064 | 2 years ago | | | 0 | 0.00049173450 |
ABI
ABI objects
Getter at block 21265349
availableTokenCount() view returns (uint256)
23
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://sunblocks.mypinata.cloud/ipfs/QmY5ererPWnQm4wf7RgQwwxuRpoqo6epkqXiCGYgvaKd1Z/
cost() view returns (uint256)
27700000000000000
maxBlocksSupply() view returns (uint256)
555
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
555
name() view returns (string)
SunBlocks
owner() view returns (address)
0x347827108bcf105f0935390c71a52ed31e3ae861
paused() view returns (bool)
false
presaleMaxSupply() view returns (uint256)
70
presaleSupplyMinted() view returns (uint256)
47
publicMaxSupply() view returns (uint256)
485
publicSupplyMinted() view returns (uint256)
485
symbol() view returns (string)
SBLOCKS
tokenCount() view returns (uint256)
532
totalSupply() view returns (uint256)
532
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)
presaleList(address) view returns (uint256)
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 addPresaleList(address[] _addrs, uint256[] _limit)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
presaleMint(uint256 _mintAmount) 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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.