Spiny Pals
Verified contract
Active on
Ethereum with 1,564 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 "Spiny Pals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19027690 | 10 months ago | | | 0 | 0.0013526125 | |
| 18935800 | 10 months ago | | | 0 | 0.0012132246 | |
| 18587315 | a year ago | | | 0 | 0.0015061373 | |
| 18491887 | a year ago | | | 0 | 0.00080265045 | |
| 18307673 | a year ago | | | 0 | 0.00025186462 | |
| 17882859 | a year ago | | | 0 | 0.00069540053 | |
| 17515789 | a year ago | | | 0 | 0.0012720369 | |
| 17132277 | 2 years ago | | | 0 | 0.0016813851 | |
| 17063189 | 2 years ago | | | 0 | 0.0010607662 | |
| 17033280 | 2 years ago | | | 0 | 0.0011392362 |
ABI
ABI objects
Getter at block 21207337
baseURI() view returns (string)
ipfs://QmYpZeCbAT1A3KytkW5BCwv6QJzujCqQNCifbjT1UzakWB/
cost() view returns (uint256)
2000000000000000
maxFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
3333
name() view returns (string)
Spiny Pals
owner() view returns (address)
0x1f47ffa7105f7df0cb5fe880879676c67cc09ee9
sale() view returns (bool)
true
symbol() view returns (string)
SP
totalSupply() view returns (uint256)
3333
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address receiver, uint256 _amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCost(uint256 _cost)
setMaxFreeMint(uint256 _maxFree)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxPerTxReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()