PulseBitcoinLockNFT
Verified contract
Active on
Ethereum with 2,950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLSB | ERC-20 | 4.502695M | $0.010933 |
$49,226.62 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255103 | 2 days ago | | | 0 | 0.00046913177 | |
| 21110831 | 22 days ago | | | 0 | 0.00013064413 | |
| 21110828 | 22 days ago | | | 0 | 0.00016022358 | |
| 21110825 | 22 days ago | | | 0 | 0.00015501186 | |
| 21110822 | 22 days ago | | | 0 | 0.00021252678 | |
| 21110749 | 22 days ago | | | 0 | 0.00015642844 | |
| 20940869 | a month ago | | | 0 | 0.00099298240 | |
| 20904137 | 2 months ago | | | 0 | 0.0011704049 | |
| 20843815 | 2 months ago | | | 0 | 0.0011354739 | |
| 20788813 | 2 months ago | | | 0 | 0.00047949809 |
ABI
ABI objects
Getter at block 21268897
name() view returns (string)
PulseBitcoinLockNFT
symbol() view returns (string)
PLSBLNFT
tipReceiver() view returns (address)
0x3b3863dd4daa29244779987f5b744eb4b8a98ef8
token() view returns (address)
0x5ee84583f67d5ecea5420dbb42b462896e7f8d06
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockTime(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsToAmounts(uint256) view returns (uint256)
tokenIdsToTransferable(uint256) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
lockUpAndMint(uint256 lockupAmount, uint256 tipAmount, uint256 _lockTimeInterval, bool transferable, address mintTo, string uri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
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)
Burn(address indexed burner, uint256 indexed currentTime, uint256 tokenId, uint256 indexed amount)
LockUpAndMint(address indexed minter, uint256 indexed _lockupAmount, uint256 _tipAmount, uint256 _lockTimeInterval, string uri, uint256 unlockPeriod, uint256 tokenId, uint256 indexed currentTime)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _lockedToken, address _tipReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.