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 "SCAMMER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20346119 | 4 months ago | | | 0 | 0.00017198945 | |
| 20346038 | 4 months ago | | | 0 | 0.00057419459 | |
| 19729365 | 7 months ago | | | 0 | 0.00028539677 | |
| 19663152 | 7 months ago | | | 0 | 0.00037420872 | |
| 19663068 | 7 months ago | | | 0 | 0.00072978522 | |
| 19635372 | 8 months ago | | | 0 | 0.0013377252 | |
| 19635055 | 8 months ago | | | 0 | 0.0018018781 | |
| 19617804 | 8 months ago | | | 0 | 0.0011510661 | |
| 19361928 | 9 months ago | | | 0 | 0.0032670069 | |
| 19046976 | 10 months ago | | | 0 | 0.00076827759 |
ABI
ABI objects
Getter at block 21286207
contractURI() view returns (string _infoUrl)
https://scammer.market/v1/metadata
controller() view returns (address)
0x789a3d6d6c86f4e1eda027f0f3d002e49d1f30ff
isOwner() view returns (bool)
false
metadata() view returns (address)
0x2db5104375b88558e924ff02c55537d94528fac6
name() view returns (string)
SCAMMER
owner() view returns (address)
0x0e1a7aa63cb69e59da1a3554a6fea073379093bd
symbol() view returns (string)
SCAM
totalSupply() view returns (uint256)
555
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
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 _infoUrl)
State-modifying
Events addAdmin(address _admin)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address recepient, uint256 tokenId)
moveEth(address _to, uint256 _amount)
moveToken(address _to, uint256 _amount, address _token) returns (bool)
removeAdmin(address _admin)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateController(address _controller)
updateMetadata(address _metadata)
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(string name, string symbol, address _metadata)
This contract contains no fallback and receive objects.
This contract contains no error objects.