Identity
Verified contract
Active on
Ethereum with 1,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4508…5e32
Balances ($0.00)
No balances found for "Identity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20077243 | 5 months ago | | | 0 | 0.00071306303 | |
| 19459225 | 8 months ago | | | 0 | 0.00058366277 | |
| 18893939 | 10 months ago | | | 0 | 0.0011125201 | |
| 18509617 | a year ago | | | 0 | 0.0016845023 | |
| 18155132 | a year ago | | | 0 | 0.00055714958 | |
| 18155131 | a year ago | | | 0 | 0.00056291957 | |
| 18155128 | a year ago | | | 0 | 0.00041994992 | |
| 18155127 | a year ago | | | 0 | 0.00044244297 | |
| 16989191 | 2 years ago | | | 0 | 0.0011767347 | |
| 16809542 | 2 years ago | | | 0 | 0.00090392780 |
ABI
ABI objects
Getter at block 21177124
getIdentityPrice() view returns (uint256)
23000000000000000000000
identityDecayFactor() view returns (uint256)
63000000000000000000
identityIncreaseDenominator() view returns (uint256)
1
identityIncreaseFactor() view returns (uint256)
2
identityPriceFloor() view returns (uint256)
23000000000000000000000
lastIdentityPrice() view returns (uint256)
46000000000000000000000
lastPurchaseBlock() view returns (uint256)
18509617
management() view returns (address)
0x288fe43139741f91a8cbb6f4add83811c794851b
numIdentities() view returns (uint256)
823
token() view returns (address)
0x45080a6531d671ddff20db42f93792a489685e32
Read-only
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApproved(address operator, uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
operatorApprovals(address, address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
owners(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenApprovals(uint256) view returns (address)
State-modifying
Events approve(address approved, uint256 tokenId)
createIdentityFor(address newId)
createMyIdentity(uint256 maxPrice)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setIdentityDecayFactor(uint256 newDecayFactor)
setIdentityIncreaseDenominator(uint256 newIncreaseDenominator)
setIdentityIncreaseFactor(uint256 newIncreaseFactor)
setIdentityPriceFloor(uint256 newPriceFloor)
setManagement(address newMgmt)
setToken(address tokenAddr)
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)
IdentityCreated(address indexed owner, uint256 indexed token)
IdentityDecayFactorUpdated(uint256 oldIdDecayFactor, uint256 newIdDecayFactor)
IdentityIncreaseDenominatorUpdated(uint256 oldIdIncreaseDenominator, uint256 newIdIncreaseDenominator)
IdentityIncreaseFactorUpdated(uint256 oldIdIncreaseFactor, uint256 newIdIncreaseFactor)
IdentityPriceFloorUpdated(uint256 oldIdPriceFloor, uint256 newIdPriceFloor)
ManagementUpdated(address oldManagement, address newManagement)
TokenSet(address token)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address mgmt)
This contract contains no fallback and receive objects.
This contract contains no error objects.