Corruptions
Verified contract
Active on
Ethereum with 9,296 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 "Corruptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157919 | an hour ago | | | 0 | 0.0017535342 | |
| 21104309 | 8 days ago | | | 0 | 0.00035159264 | |
| 21101674 | 8 days ago | | | 0 | 0.00049053763 | |
| 21017919 | 20 days ago | | | 0 | 0.00033010140 | |
| 21015854 | 20 days ago | | | 0 | 0.00043208182 | |
| 20968168 | a month ago | | | 0 | 0.00077878814 | |
| 20936184 | a month ago | | | 0 | 0.0012969137 | |
| 20916472 | a month ago | | | 0 | 0.00084856035 | |
| 20896300 | a month ago | | | 0 | 0.00020293985 | |
| 20887736 | a month ago | | | 0 | 0.00037340473 |
ABI
ABI objects
Getter at block 21158288
claimable() view returns (bool)
true
metadataAddress() view returns (address)
0x9097dc933d545f2af4ed226a8feb237e08b01eab
name() view returns (string)
Corruptions
owner() view returns (address)
0xbf7e3c8b16ae63fc74e8d35c3f5ea8a6a2a7995e
symbol() view returns (string)
CORRUPT
totalSupply() view returns (uint256)
4196
tradable() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
insight(uint256 tokenID) view returns (uint256)
insightMap(uint256) view returns (uint256 savedXP, uint256 lastSaveBlock)
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 EXPERIMENTAL_UNAUDITED_NO_ROADMAP_ABSOLUTELY_NO_PROMISES_BUT_I_ACKNOWLEDGE_AND_WANT_TO_MINT_ANYWAY() payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClaimability(bool claimability)
setMaxMultiplier(uint256 multiplier)
setMetadataAddress(address addr)
setTradability(bool tradability)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAvailableBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(uint256 index, address account, uint256 amount)
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.