ShunaV2 1000 Collection
Verified contract
Active on
Ethereum with 254 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 "ShunaV2 1000 Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17485159 | a year ago | | | 0 | 0.00051861143 | |
| 17376839 | a year ago | | | 0 | 0.0013691810 | |
| 17147285 | 2 years ago | | | 0 | 0.0016857465 | |
| 15990341 | 2 years ago | | | 0 | 0.00096421031 | |
| 15610571 | 2 years ago | | | 0 | 0.00059505145 | |
| 15610566 | 2 years ago | | | 0 | 0.00067880405 | |
| 15610563 | 2 years ago | | | 0 | 0.00065109437 | |
| 15610528 | 2 years ago | | | 0 | 0.00049843384 | |
| 15610524 | 2 years ago | | | 0 | 0.00052368746 | |
| 15610518 | 2 years ago | | | 0 | 0.00045440343 |
ABI
ABI objects
Getter at block 21164910
baseUrl() view returns (string)
https://ipfs.io/ipfs/bafybeidru7atu3utexbm2gigwjplnz7xlv7mc7ufyrdlrdrwzs5txbn3le/
feeRecipient() view returns (address)
0xd7a5461d53adac7de996d3fb4586e4c96a2f3a75
firstTokenId() view returns (uint256)
1
mintPrice() view returns (uint256)
100000000000000000
mintSupply() view returns (uint256)
1000
name() view returns (string)
ShunaV2 1000 Collection
owner() view returns (address)
0x5caaa46d13211b29a7a2036619625d9597a22c2c
presaleEndTime() view returns (uint256)
1653519600
symbol() view returns (string)
ShunaV2
totalSupply() view returns (uint256)
275
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistAccounts(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeMint(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseUrl(string _baseUrl)
updateFeeRecipient(address _feeRecipient)
updateMintPrice(uint256 _mintPrice)
updatePresaleEndTime(uint256 _presaleEndTime)
updateWhitelist(address[] _accounts, bool _isAdd)
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, uint256 _firstTokenId, uint256 _mintSupply, uint256 _mintPrice, address _feeRecipient, string _baseUrl, uint256 _presaleEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.