Death Proof 501
Verified contract
Active on
Ethereum with 528 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 "Death Proof 501"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15393723 | 2 years ago | | | 0 | 0.00070165933 | |
| 15389347 | 2 years ago | | | 0 | 0.00055378595 | |
| 15389332 | 2 years ago | | | 0 | 0.00078135139 | |
| 15388997 | 2 years ago | | | 0 | 0.00033993118 | |
| 15388976 | 2 years ago | | | 0 | 0.00053241076 | |
| 15388938 | 2 years ago | | | 0 | 0.00030961901 | |
| 15388882 | 2 years ago | | | 0 | 0.00019189923 | |
| 15388881 | 2 years ago | | | 0 | 0.00020320570 | |
| 15388857 | 2 years ago | | | 0 | 0.00019864707 | |
| 15388857 | 2 years ago | | | 0 | 0.00019864707 |
ABI
ABI objects
Getter at block 21178544
COST() view returns (uint256)
0
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
501
MAX_TEAM_SUPPLY() view returns (uint256)
10
contractURI() view returns (string)
ipfs://QmVcuAzwLeqxAUsBuJhcwRJZi898PaaD1iawcfTcdNrrmg
lastPrime() view returns (uint256)
9585
name() view returns (string)
Death Proof 501
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DP501
totalSupply() view returns (uint256)
501
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
nextPrime() returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new)
setContractURI(string _new)
setSale(bool _saleIsActive)
teamMint()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()