IMPERMANENCE
Verified contract
Active on
Ethereum with 254 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 "IMPERMANENCE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19813972 | 7 months ago | | | 0 | 0.00021147277 | |
| 19813383 | 7 months ago | | | 0 | 0.00060915355 | |
| 19777855 | 7 months ago | | | 0 | 0.00031887092 | |
| 18800832 | a year ago | | | 0 | 0.0010775614 | |
| 16954268 | 2 years ago | | | 0 | 0.0010954200 | |
| 16825284 | 2 years ago | | | 0 | 0.00076516067 | |
| 16748094 | 2 years ago | | | 0 | 0.00098903380 | |
| 16701957 | 2 years ago | | | 0 | 0.0010784668 | |
| 16428771 | 2 years ago | | | 0 | 0.0011567274 | |
| 16382331 | 2 years ago | | | 0 | 0.00068109106 |
ABI
ABI objects
Getter at block 21412517
MAX_SUPPLY() view returns (uint256)
111
PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
IMPERMANENCE
owner() view returns (address)
0x6a17d3dd92a8d8fdf8a1f27c36a9e046121fc69c
saleIsActive() view returns (bool)
true
symbol() view returns (string)
IMP
totalSupply() view returns (uint256)
111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.