DickleButts
Verified contract
Active on
Ethereum with 4,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x741e…824f
Balances ($0.00)
No balances found for "DickleButts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234362 | 2 days ago | | | 0 | 0.00033906103 | |
| 21234357 | 2 days ago | | | 0 | 0.00070007517 | |
| 21169747 | 11 days ago | | | 0 | 0.0011257414 | |
| 20736142 | 2 months ago | | | 0 | 0.00052013682 | |
| 20704225 | 2 months ago | | | 0 | 0.000037983782 | |
| 20697694 | 3 months ago | | | 0 | 0.00015173897 | |
| 20602975 | 3 months ago | | | 0 | 0.000054428290 | |
| 20555488 | 3 months ago | | | 0 | 0.000050375524 | |
| 20555473 | 3 months ago | | | 0 | 0.000065598075 | |
| 20555413 | 3 months ago | | | 0 | 0.000090147752 |
ABI
ABI objects
Getter at block 21249995
owner() view returns (address)
0x61be2d49251a3cc82ef7c28865e98db0facb6a53
paused() view returns (bool)
false
price() view returns (uint256)
0
receiver() view returns (address)
0x741e50151a7ed552944b15f91ec26d3df85c824f
totalSupply() view returns (uint256)
4999
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] target, uint256[] amount)
claim()
mint(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPause(bool pause)
setPrice(uint256 amount)
setReceiver(address _receiver)
setTokenURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _tokenURI, address _receiver, uint256 _mintingFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.