The Purple
Verified contract
Active on
Ethereum with 1,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x23de…8fcc
Balances ($0.00)
No balances found for "The Purple"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19459028 | 8 months ago | | | 0 | 0.0010390649 | |
| 19109857 | 10 months ago | | | 0 | 0.00044305173 | |
| 19023003 | 10 months ago | | | 0 | 0.00078872846 | |
| 18909278 | 10 months ago | | | 0 | 0.00048422579 | |
| 18905401 | a year ago | | | 0 | 0.00080310946 | |
| 17621972 | a year ago | | | 0 | 0.0034629496 | |
| 17523129 | a year ago | | | 0 | 0.00074220244 | |
| 17469981 | a year ago | | | 0 | 0.00073281253 | |
| 17466564 | a year ago | | | 0 | 0.00074744132 | |
| 17402037 | a year ago | | | 0 | 0.0014344371 |
ABI
ABI objects
Getter at block 21200022
cost() view returns (uint256)
2000000000000000
freePertx() view returns (uint256)
1
maxFree() view returns (uint256)
5000
maxSupply() view returns (uint256)
5555
name() view returns (string)
The Purple
owner() view returns (address)
0x30d156cafcbbf30d2776eaaccfaf91617ba152f8
pcoin() view returns (address)
0x23de7c1e3924ae5b6038c7f6b91aecd1d1588fcc
symbol() view returns (string)
Purple
totalSupply() view returns (uint256)
5555
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(uint256 amount) payable
rev()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 c)
setUpConfig(uint256 f, uint256 t, uint256 m)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address coin)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()