Puursche 911
Verified contract
Active on
Ethereum with 285 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 "Puursche 911"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17055405 | 2 years ago | | | 0 | 0.0010673049 | |
| 16961303 | 2 years ago | | | 0 | 0.0026131179 | |
| 16943102 | 2 years ago | | | 0 | 0.0013223772 | |
| 16738322 | 2 years ago | | | 0 | 0.0022674601 | |
| 16494859 | 2 years ago | | | 0.01 | 0.00039876000 | |
| 16494859 | 2 years ago | | | 0.006 | 0.00039876000 | |
| 16494859 | 2 years ago | | | 0.006 | 0.00039876000 | |
| 16494859 | 2 years ago | | | 0.006 | 0.00039876000 | |
| 16494859 | 2 years ago | | | 0.006 | 0.00039876000 | |
| 16494859 | 2 years ago | | | 0.006 | 0.00039876000 |
ABI
ABI objects
Getter at block 21312690
IS_SALE_ACTIVE() view returns (bool)
true
MAX_PER_TX() view returns (uint16)
5
MAX_SUPPLY() view returns (uint16)
911
PRICE() view returns (uint256)
2000000000000000
name() view returns (string)
Puursche 911
owner() view returns (address)
0xbb9259e915e92a3cf3b82793e2b3e0cced4d791b
symbol() view returns (string)
PUUR
totalSupply() view returns (uint256)
911
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 Mint(uint256 quantity) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setURI(string URI)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string Name, string Symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()