Devs for Revolution
Verified contract
Active on
Ethereum with 13,139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRTN | ERC-20 | 5K | -- | -- | |
DEVS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158607 | 9 hours ago | | | 0 | 0.0012250899 | |
| 21152021 | a day ago | | | 0 | 0.00036071927 | |
| 21149422 | 2 days ago | | | 0 | 0.00076953769 | |
| 21148989 | 2 days ago | | | 0 | 0.00096815709 | |
| 21106447 | 8 days ago | | | 0 | 0.00014005139 | |
| 21106074 | 8 days ago | | | 0 | 0.00012071321 | |
| 21105518 | 8 days ago | | | 0 | 0.00013148822 | |
| 21104128 | 8 days ago | | | 0 | 0.00011175844 | |
| 21103252 | 8 days ago | | | 0 | 0.000099792542 | |
| 21098968 | 9 days ago | | | 0 | 0.00029857245 |
ABI
ABI objects
Getter at block 21161180
name() view returns (string)
Devs for Revolution
owner() view returns (address)
0x7128f5ff32ed07ce12e6a9debe32bb40f9884b3c
symbol() view returns (string)
DEVS
totalSupply() view returns (uint256)
7887
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClothing(uint256 tokenId) view returns (string)
getIndustry(uint256 tokenId) view returns (string)
getLanguage(uint256 tokenId) view returns (string)
getLocation(uint256 tokenId) view returns (string)
getMind(uint256 tokenId) view returns (string)
getOS(uint256 tokenId) view returns (string)
getTextEditor(uint256 tokenId) view returns (string)
getVibe(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
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)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.