SprotoApes
Verified contract
Active on
Ethereum with 335 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 "SprotoApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953318 | 2 months ago | | | 0 | 0.00040113991 | |
| 20952140 | 2 months ago | | | 0 | 0.00046394163 | |
| 20948532 | 2 months ago | | | 0 | 0.00044024504 | |
| 20923698 | 2 months ago | | | 0 | 0.0029284426 | |
| 20923697 | 2 months ago | | | 0 | 0.0028468366 | |
| 20923696 | 2 months ago | | | 0 | 0.0027897549 | |
| 20923398 | 2 months ago | | | 0 | 0.0014283115 | |
| 20252271 | 5 months ago | | | 0 | 0.000041875617 | |
| 18907124 | a year ago | | | 0 | 0.00085101798 | |
| 18371791 | a year ago | | | 0 | 0.00051087077 |
ABI
ABI objects
Getter at block 21415485
baseURI() view returns (string)
ipfs://QmWzhHkefkqTPmwTrP6ueo9fVXu9DwxuhPdLyrM1hKygeW/
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
SprotoApes
owner() view returns (address)
0xded5371df024c10e66048624750269159da09996
sale() view returns (bool)
true
symbol() view returns (string)
SPES
totalSupply() view returns (uint256)
1000
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 approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
ownerMint(address receiver, uint256 _amount)
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 _newURI)
setMintPrice(uint256 _price)
setSupply(uint256 _newSupply)
toggleSale()
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()
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()