Scarecrows Of Doomsday
Verified contract
Active on
Ethereum with 1,323 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 "Scarecrows Of Doomsday"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19210200 | 10 months ago | | | 0 | 0.00069977680 | |
| 16508271 | 2 years ago | | | 0 | 0.00065443758 | |
| 16026663 | 2 years ago | | | 0 | 0.00086755515 | |
| 15885960 | 2 years ago | | | 0 | 0.00068114888 | |
| 15856802 | 2 years ago | | | 0 | 0.00048182381 | |
| 15819329 | 2 years ago | | | 0 | 0.0011089795 | |
| 15787975 | 2 years ago | | | 0 | 0.00079141566 | |
| 15785520 | 2 years ago | | | 0 | 0.0011115210 | |
| 15785460 | 2 years ago | | | 0 | 0.0012095536 | |
| 15785412 | 2 years ago | | | 0 | 0.0014338745 |
ABI
ABI objects
Getter at block 21331866
baseURI() view returns (string)
ipfs://bafybeic23pvqiogogl5sesyywv7vzv4hvc7xm3bsd4dtz3ybqos5w6kiuu/
maxPerFree() view returns (uint256)
0
maxPerTx() view returns (uint256)
6
maxSupply() view returns (uint256)
3333
name() view returns (string)
Scarecrows Of Doomsday
owner() view returns (address)
0x922f0b5608b0d78b870f427893071ac1d6a6acdf
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
SoD
totalFree() view returns (uint256)
0
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)
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)
kingMint(address mintAddress, uint256 count)
mint(uint256 count) 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 baseuri_)
setMaxTotalFree(uint256 MaxTotalFree_)
setPaused(bool _state)
setPrice(uint256 price_)
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)
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.