EtherScissors
Verified contract
Active on
Ethereum with 126 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 "EtherScissors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19674982 | 8 months ago | | | 0 | 0.0013898397 | |
| 17091591 | 2 years ago | | | 0 | 0.0020077130 | |
| 16688494 | 2 years ago | | | 0 | 0.0013465735 | |
| 16285788 | 2 years ago | | | 0 | 0.00070750878 | |
| 16279433 | 2 years ago | | | 0 | 0.00072772837 | |
| 15828176 | 2 years ago | | | 0 | 0.0015416772 | |
| 15783920 | 2 years ago | | | 0 | 0.0020253249 | |
| 15783909 | 2 years ago | | | 0 | 0.0040660583 | |
| 15783824 | 2 years ago | | | 0 | 0.0021961271 | |
| 15783823 | 2 years ago | | | 0 | 0.0024595974 |
ABI
ABI objects
Getter at block 21392236
MAX_NFT_SUPPLY() view returns (uint256)
100
MAX_PURCHASABLE() view returns (uint256)
3
PROVENANCE_HASH() view returns (string)
SCISSORS_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
EtherScissors
owner() view returns (address)
0x9edd1c83d66ac79d094d47bc8d3f78307e6aedbe
saleStarted() view returns (bool)
true
symbol() view returns (string)
SCISSORS
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
mint(uint256 amountToMint) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string _hash)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.