Samurai Pets
Verified contract
Active on
Ethereum with 515 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 "Samurai Pets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652109 | 3 months ago | | | 0 | 0.000040128711 | |
| 19357024 | 9 months ago | | | 0 | 0.0035794506 | |
| 18245017 | a year ago | | | 0 | 0.00039736154 | |
| 18025575 | a year ago | | | 0 | 0.00065799999 | |
| 17938227 | a year ago | | | 0 | 0.0022060364 | |
| 17541801 | a year ago | | | 0 | 0.00077083021 | |
| 17520004 | a year ago | | | 0 | 0.00055077568 | |
| 17520003 | a year ago | | | 0 | 0.00062194751 | |
| 17519991 | a year ago | | | 0 | 0.00061175387 | |
| 17519982 | a year ago | | | 0 | 0.00097666225 |
ABI
ABI objects
Getter at block 21229858
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
ShowPrice() view returns (string)
0.005 ether
baseURI() view returns (string)
https://bafybeici4v4hvgr4x5etmtwpt46hpayfv2padqpflntqltt6fire7t2b5m.ipfs.nftstorage.link/
maxSupply() view returns (uint256)
321
name() view returns (string)
Samurai Pets
owner() view returns (address)
0x236b5949b250c59bdfa9e6fcb2e7b0f31e22dec5
symbol() view returns (string)
SP
totalSupply() view returns (uint256)
321
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 SamuraiMint(uint256 amount) payable
approve(address operator, uint256 tokenId) payable
batchMintForAddresses(address[] addresses_, uint256[] amounts_)
cutS(uint256 maxT)
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 newBaseURI_)
setPrice(uint256 newPrice, uint256 maxPerT)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
LengthsDoNotMatch()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()