JiggyVerse
Verified contract
Active on
Ethereum with 1,043 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 "JiggyVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18925304 | 10 months ago | | | 0 | 0.00055532902 | |
| 18925298 | 10 months ago | | | 0 | 0.00065628804 | |
| 18908546 | a year ago | | | 0 | 0.00064905808 | |
| 18342113 | a year ago | | | 0 | 0.00024879000 | |
| 17527555 | a year ago | | | 0 | 0.00069049392 | |
| 17129924 | 2 years ago | | | 0 | 0.0021203157 | |
| 17129802 | 2 years ago | | | 0 | 0.0017103675 | |
| 17095713 | 2 years ago | | | 0 | 0.0020729454 | |
| 16978719 | 2 years ago | | | 0 | 0.0013276872 | |
| 16974181 | 2 years ago | | | 0 | 0.0010313258 |
ABI
ABI objects
Getter at block 21202172 mintable() view returns (bool) wMintable() view returns (bool)
balance() view returns (uint256)
0
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQXGw5uDqG8K1KNSWgBYnEERGd83K5rLWRXMT71zkrEHZ/
cost() view returns (uint256)
77000000000000000
initialTokenId() view returns (uint256)
34
maxMintAmount() view returns (uint256)
4
maxSupply() view returns (uint256)
9444
mintDate() view returns (uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second, uint8 weekday)
(year=2022, month=1, day=29, hour=19, minute=0, second=0, weekday=0)
name() view returns (string)
JiggyVerse
owner() view returns (address)
0xc901c65bbf6129dcf5b64bdce9358501fe07f9dd
paused() view returns (bool)
false
provenance() view returns (string)
5b148e4acb30bb01835052b6c9728318d5e808fd
symbol() view returns (string)
JIGGY
tokenId() view returns (uint256)
1139
totalSupply() view returns (uint256)
1139
wMintDate() view returns (uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second, uint8 weekday)
(year=2022, month=1, day=28, hour=22, minute=0, second=0, weekday=0)
Read-only
_mintbalances(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLeapYear(uint16 year) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second) pure returns (uint256 timestamp)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(uint16 _mintAmount) payable
mintByAllowList(uint16 _mintAmount, bytes32[] proof) payable
mintOwner(uint256 _mintAmount)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListRoot(bytes32 _root)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setInitialTokenId()
setMaxSupply(uint256 _newMaxSupply)
setMintDate(uint16 _year, uint8 _month, uint8 _day, uint8 _hour, uint8 _minute)
setWMintDate(uint16 _year, uint8 _month, uint8 _day, uint8 _hour, uint8 _minute)
setmaxMintAmount(uint256 _newmaxMintAmount)
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.