ButtPunks
Verified contract
Active on
Ethereum with 1,171 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($582.53)
Native
Value
$555.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.177574 | $3,130.71 |
$555.93 | |
WETH | ERC-20 | 0.0085 | $3,129.38 |
$26.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20488325 | 3 months ago | | | 0 | 0.00010303411 | |
| 19682789 | 7 months ago | | | 0 | 0.00095249103 | |
| 19107891 | 10 months ago | | | 0 | 0.00052590690 | |
| 18979814 | 10 months ago | | | 0 | 0.0031826861 | |
| 17795807 | a year ago | | | 0 | 0.0012454120 | |
| 17748190 | a year ago | | | 0 | 0.00070747771 | |
| 17645135 | a year ago | | | 0 | 0.00051336984 | |
| 17486842 | a year ago | | | 0 | 0.00088131290 | |
| 17284733 | 2 years ago | | | 0 | 0.0016966501 | |
| 17160499 | 2 years ago | | | 0 | 0.0014748688 |
ABI
ABI objects
Getter at block 21220010
MAX_PURCHASE() view returns (uint128)
20
MAX_SUPPLY() view returns (uint128)
6969
PROVENANCE() view returns (string)
a40233bd0f418ee109ee63b79cfdb230346e3bdab3a630f993c43b688e6beb79
RESERVED_TOKENS() view returns (uint128)
69
TOKEN_PRICE() view returns (uint256)
10000000000000000
name() view returns (string)
ButtPunks
owner() view returns (address)
0xc7fad0a6085fe5ae193f14230011cc2be386e2ff
saleStatus() view returns (uint128)
0
symbol() view returns (string)
BUTTS
totalReleased() view returns (uint256)
25372049997750000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2604
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)
payee(uint256 index) view returns (address)
presaleList(address) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
presaleMint(uint256 numberOfTokens) payable
publicSaleMint(uint256 numberOfTokens) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedPresaleList(address[] addressList, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSaleStatus(uint128 newSaleStatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseTokenUri)
receive()
This contract contains no error objects.