CryptoSatan
Verified contract
Active on
Ethereum with 85 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 "CryptoSatan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15558374 | 2 years ago | | | 0 | 0.00047129662 | |
| 14789848 | 3 years ago | | | 0 | 0.0014142593 | |
| 14421563 | 3 years ago | | | 0 | 0.00038736000 | |
| 14421454 | 3 years ago | | | 0 | 0.00038736000 | |
| 14202048 | 3 years ago | | | 0 | 0.0031468944 | |
| 12007758 | 4 years ago | | | 0 | 0.0057372160 | |
| 11351399 | 4 years ago | | | 0 | 0.00058268600 | |
| 11296812 | 4 years ago | | | 0 | 0.0034064720 | |
| 11136057 | 4 years ago | | | 0 | 0.0011653720 | |
| 10986232 | 4 years ago | | | 0 | 0.0020253245 |
ABI
ABI objects
Getter at block 21316403
name() view returns (string _name)
CryptoSatan
symbol() view returns (string _symbol)
SATAN
totalSupply() view returns (uint256)
1190
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
convert(address convertee)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
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.