OnchainBlunts
Verified contract
Active on
Ethereum with 274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($306.16)
Native
Value
$306.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,061.55 |
$306.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16680145 | 2 years ago | | | 0 | 0.0025403679 | |
| 15593607 | 2 years ago | | | 0 | 0.00056729487 | |
| 14848581 | 2 years ago | | | 0 | 0.0033682167 | |
| 14644331 | 3 years ago | | | 0 | 0.0010289377 | |
| 14241823 | 3 years ago | | | 0 | 0.0025514701 | |
| 14241540 | 3 years ago | | | 0 | 0.00093488492 | |
| 14232988 | 3 years ago | | | 0 | 0.0033271920 | |
| 14231125 | 3 years ago | | | 0 | 0.0063100834 | |
| 14223244 | 3 years ago | | | 0 | 0.0022699407 | |
| 14222335 | 3 years ago | | | 0 | 0.0020977931 |
ABI
ABI objects
Getter at block 21189206
BLUNT_PRICE() view returns (uint256)
20000000000000000
MAX_BLUNT_SUPPLY() view returns (uint256)
1000
hasSaleStarted() view returns (bool)
true
name() view returns (string)
OnchainBlunts
owner() view returns (address)
0x7c51d3d32825f96138905c2b91985ba0b8a1fcc0
promoTokens() view returns (uint256)
0
symbol() view returns (string)
Blunt
totalSupply() view returns (uint256)
600
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintBlunt(uint256 _count) payable
mintPromo(uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.