DigiArtWorld
Verified contract
Active on
Ethereum with 644 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 "DigiArtWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15191503 | 2 years ago | | | 0 | 0.0043430000 | |
| 9610887 | 5 years ago | | | 0 | 0.0043010000 | |
| 9609546 | 5 years ago | | | 0 | 0.00092232000 | |
| 9609546 | 5 years ago | | | 0 | 0.0021855000 | |
| 9609546 | 5 years ago | | | 0 | 0.0013649200 | |
| 9609536 | 5 years ago | | | 0 | 0.0031399600 | |
| 9123592 | 5 years ago | | | 0 | 0.00092232000 | |
| 9123592 | 5 years ago | | | 0 | 0.0021852600 | |
| 9123592 | 5 years ago | | | 0 | 0.0013649200 | |
| 9123587 | 5 years ago | | | 0 | 0.00092232000 |
ABI
ABI objects
Getter at block 21293304 getHolder() view returns (address)
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
burnCount() view returns (uint256)
0
name() view returns (string)
DigiArtWorld
owner() view returns (address)
0xa5649c8a59366cbf1be822fc151f526678d1b856
symbol() view returns (string)
DAW
totalRecords() view returns (uint256)
68
totalSupply() view returns (uint256)
134
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getrandPass(uint256 _tokenId) view returns (bytes32)
isApprovedForAll(address _owner, address _operator) view returns (bool)
issetPass(uint256) view returns (bool)
issetURI(uint256) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
recs(uint256) view returns (address from, address to, uint256 tokenId, uint256 transferTime)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenIdToRecIndex(uint256) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenPass(uint256 _tokenId) view returns (string)
tokenToArtist(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
burn(address _owner, uint256 _tokenId)
mint(address _to) returns (uint256)
resetURI(uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setCreator(uint256 _tokenId, address _creator)
setHolder(address _requestor)
setPass(uint256 _tokenId, string _pass)
setURI(uint256 _tokenId, string _uri)
transfer(address _from, address _to, uint256 _tokenId) payable
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Mint(uint256 indexed _artId, address indexed _owner)
OwnershipRenounced(address indexed previousOwner)
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.