Professional Degen 5 LNFT
Verified contract
Active on
Ethereum with 42 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 |
---|---|---|---|---|---|
PEDZ | ERC-20 | 9.900748K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19553196 | 8 months ago | | | 0 | 0.0014371135 | |
| 19553182 | 8 months ago | | | 0 | 0.0014956428 | |
| 19553181 | 8 months ago | | | 0 | 0.0014589288 | |
| 19553176 | 8 months ago | | | 0 | 0.0015485786 | |
| 19552965 | 8 months ago | | | 0 | 0.00087907228 | |
| 19552839 | 8 months ago | | | 0 | 0.00092576358 | |
| 19552025 | 8 months ago | | | 0 | 0.00090618474 | |
| 19551997 | 8 months ago | | | 0 | 0.00086192371 | |
| 19551996 | 8 months ago | | | 0 | 0.00094337565 | |
| 19551991 | 8 months ago | | | 0 | 0.00097460911 |
ABI
ABI objects
Getter at block 21327555
decimals() view returns (uint8)
18
feeBase() view returns (uint256)
1000
feeRate() view returns (uint256)
5
feeReceiver() view returns (address)
0x7f18f47a775df4bf7fe8ba103cfe6aaf83694820
foundationAddress() view returns (address)
0x7f18f47a775df4bf7fe8ba103cfe6aaf83694820
name() view returns (string)
Professional Degen 5 LNFT
nftContractAddress() view returns (address)
0x6740ce1bdbbfad351ec6232faa8c110ebeae36bf
symbol() view returns (string)
PEDZ
tokensPerNft() view returns (uint256)
10000000000000000000000
totalSupply() view returns (uint256)
20000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
storedNfts(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
emergency(uint256 tokenId)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unwrapERC721(uint256 amount)
wrapERC721(uint256 _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, address _nftContractAddress, uint256 _tokensPerNft, address _foundationAddress)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()