DeusETH Token
Verified contract
Active on
Ethereum with 186 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 "DeusETH Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051808 | a month ago | | | 0 | 0.00027442391 | |
| 19203275 | 10 months ago | | | 0 | 0.0025816351 | |
| 18910962 | a year ago | | | 0 | 0.00093131323 | |
| 18902732 | a year ago | | | 0 | 0.00029506199 | |
| 18263338 | a year ago | | | 0 | 0.00097773717 | |
| 18042005 | a year ago | | | 0 | 0.0014357773 | |
| 18041990 | a year ago | | | 0 | 0.0019998894 | |
| 18041907 | a year ago | | | 0 | 0.00093963060 | |
| 16695186 | 2 years ago | | | 0 | 0.0013343759 | |
| 16473381 | 2 years ago | | | 0 | 0.00036167901 |
ABI
ABI objects
Getter at block 21299616
name() view returns (string)
DeusETH Token
owner() view returns (address)
0x1fed8ba9a9fdd72ef9038046ad148beb413491b8
symbol() view returns (string)
DEUS
totalSupply() view returns (uint256)
69
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)
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)
burn(address _owner, uint256 _tokenId)
mint(address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFromWithData(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address _to, bool _approved)
setTokenURI(uint256 _tokenId, string _uri)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 _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 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.