SpendeePiggy
Verified contract
Active on
Ethereum with 891 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 "SpendeePiggy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310777 | 3 days ago | | | 0 | 0.00091566457 | |
| 21279020 | 7 days ago | | | 0 | 0.00056568845 | |
| 21184834 | 21 days ago | | | 0 | 0.0013693093 | |
| 20885979 | 2 months ago | | | 0 | 0.0010781084 | |
| 20864716 | 2 months ago | | | 0 | 0.0010543634 | |
| 20805050 | 2 months ago | | | 0 | 0.00064327137 | |
| 20753928 | 3 months ago | | | 0 | 0.000080314845 | |
| 20680829 | 3 months ago | | | 0 | 0.00016557609 | |
| 20275364 | 5 months ago | | | 0 | 0.00023483146 | |
| 20084499 | 6 months ago | | | 0 | 0.00053932360 |
ABI
ABI objects
Getter at block 21332433
MAX_MINT_AT_ONCE() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
https://storage.googleapis.com/nft.spendee.com/3087034236/
getMintedCount() view returns (uint256)
701
name() view returns (string)
SpendeePiggy
owner() view returns (address)
0x7ccacca3b4ed4ccad9548e0460b4221f700a2796
presaleActive() view returns (bool)
false
presaleListMerkleRoot() view returns (bytes32)
0x4385ac50a875f2b04d09e127c90d7ef1d9d73ef7bc3fed968b7d2f2da0f1b87c
presaleMaxClaim() view returns (uint256)
2
reserveRemaining() view returns (uint256)
11
saleActive() view returns (bool)
true
symbol() view returns (string)
SPIGGY
tokenPrice() view returns (uint256)
60000000000000000
totalSupply() view returns (uint256)
701
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)
presaleClaimed(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)
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mintPiggy(uint256 _count) payable
presaleMintPiggy(uint256 _count, bytes32[] _proof) payable
renounceOwnership()
reservePiggy(address _to, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _value)
setPresaleListMerkleRoot(bytes32 _root)
setPresaleMaxClaim(uint256 _max)
setTokenPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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.