Scary Samurai
Verified contract
Active on
Ethereum with 1,296 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 "Scary Samurai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102408 | a month ago | | | 0 | 0.00013184723 | |
| 16033869 | 2 years ago | | | 0 | 0.00078430033 | |
| 15861497 | 2 years ago | | | 0 | 0.00043674239 | |
| 15861471 | 2 years ago | | | 0 | 0.00046158931 | |
| 15861029 | 2 years ago | | | 0 | 0.00041695475 | |
| 15861013 | 2 years ago | | | 0 | 0.00041978450 | |
| 15861000 | 2 years ago | | | 0 | 0.00038567692 | |
| 15860910 | 2 years ago | | | 0 | 0.00042123828 | |
| 15860743 | 2 years ago | | | 0 | 0.00047706957 | |
| 15860676 | 2 years ago | | | 0 | 0.00039714762 |
ABI
ABI objects
Getter at block 21295555
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
3333
name() view returns (string)
Scary Samurai
owner() view returns (address)
0xe1704406298ffb2a5fe22f2ecdc3c623c1c2cb7d
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
2923
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint(uint256 signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start(bool paused)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()