MetaScraperCadet
Verified contract
Active on
Ethereum with 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 "MetaScraperCadet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19984044 | 5 months ago | | | 0 | 0.00074802000 | |
| 19969957 | 5 months ago | | | 0 | 0.00074802000 | |
| 19963111 | 5 months ago | | | 0 | 0.00086675156 | |
| 19156903 | 9 months ago | | | 0 | 0.00083882620 | |
| 19060517 | 10 months ago | | | 0 | 0.00025887025 | |
| 17963015 | a year ago | | | 0 | 0.00089099871 | |
| 17701978 | a year ago | | | 0 | 0.00059437859 | |
| 17681969 | a year ago | | | 0 | 0.00093239866 | |
| 17287972 | a year ago | | | 0 | 0.0031808579 | |
| 17074596 | 2 years ago | | | 0 | 0.0024434323 |
ABI
ABI objects
Getter at block 21161639
owner() view returns (address)
0xff98552de457e54dbb142d51bad94cead75d984e
saleIsActive() view returns (bool)
true
saleLimit() view returns (uint256)
170
tokenPrice() view returns (uint256)
1500000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCurrentLimit(uint256 _limit)
setPrice(uint256 _price)
setSaleState(bool newState)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.