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 "PUL3E"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495891 | 4 months ago | | | 0 | 0.000049755376 | |
| 20296029 | 5 months ago | | | 0 | 0.000045055463 | |
| 19856673 | 7 months ago | | | 0 | 0.00021217364 | |
| 18656109 | a year ago | | | 0 | 0.0010966496 | |
| 18467770 | a year ago | | | 0 | 0.00059021295 | |
| 18467767 | a year ago | | | 0 | 0.00094322467 | |
| 18259342 | a year ago | | | 0 | 0.00016863497 | |
| 18034343 | a year ago | | | 0 | 0.00066500276 | |
| 17677283 | a year ago | | | 0 | 0.00088964681 | |
| 16956175 | 2 years ago | | | 0 | 0.00099925963 |
ABI
ABI objects
Getter at block 21286377
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_MINT_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
7676
amountTokensReserved() view returns (uint256)
190
baseURI() view returns (string)
ipfs://QmTVWSSwZvokkqCBVsNUVujVWLBaFGAvnqSbo1m4SLHYxu/
name() view returns (string)
PUL3E
owner() view returns (address)
0x0e9830cd9b5f4e2614e9893037de46a5f585bb72
price() view returns (uint256)
60000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
PUL3E
totalSupplyRemaining() view returns (uint256)
6007
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)
flipSaleActiveState()
giftReserved(address[] addresses)
mint(uint256 amount) payable
mintReserved(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAmountTokensReserved(uint256 _amountTokensReserved)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPrice(uint256 _price)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.