deathisinevitable
Verified contract
Active on
Ethereum with 6,761 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 |
---|---|---|---|---|---|
PJPPFL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20144161 | 5 months ago | | | 0 | 0.00012310166 | |
| 19792644 | 7 months ago | | | 0 | 0.00020951156 | |
| 19664546 | 7 months ago | | | 0 | 0.00036167937 | |
| 19664543 | 7 months ago | | | 0 | 0.00020162125 | |
| 19664543 | 7 months ago | | | 0 | 0.00033287078 | |
| 19664543 | 7 months ago | | | 0 | 0.00033264557 | |
| 19664539 | 7 months ago | | | 0 | 0.00021353255 | |
| 19664539 | 7 months ago | | | 0 | 0.00035025402 | |
| 19664537 | 7 months ago | | | 0 | 0.00035653520 | |
| 19664536 | 7 months ago | | | 0 | 0.00035358334 |
ABI
ABI objects
Getter at block 21262500
CURR_MINT_COST() view returns (uint256)
0
MAX_TOKENS() view returns (uint256)
3666
baseURI() view returns (string)
ipfs://QmXQb1abCc7AFuFWkZc8Axz7FjaeLDAoP84vWYFpvEocy7/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Final, 0, 0, 0, 2, 2, 3666, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
deathisinevitable
owner() view returns (address)
0x1328f37dc13802fc00dfa14c0debcae67f38c791
symbol() view returns (string)
deathisinevitable
totalSupply() view returns (uint256)
3666
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events ClaimSoul(uint256 _mintAmount) payable
Giveaways(uint256 numTokens, address recipient)
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)
setBaseURI(string _newBaseURI)
setFreeMints(uint256 amount)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()