666 DEGEN PIGZ
Verified contract
Active on
Ethereum with 899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "666 DEGEN PIGZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18880304 | a year ago | | | 0 | 0.0011810693 | |
| 18880228 | a year ago | | | 0 | 0.0011636859 | |
| 18121797 | a year ago | | | 0 | 0.0014114752 | |
| 16981805 | 2 years ago | | | 0 | 0.0014887321 | |
| 16981804 | 2 years ago | | | 0 | 0.0015702680 | |
| 16981802 | 2 years ago | | | 0 | 0.0014891545 | |
| 16943112 | 2 years ago | | | 0 | 0.0014227599 | |
| 16511911 | 2 years ago | | | 0 | 0.00066809396 | |
| 16267300 | 2 years ago | | | 0 | 0.00052917941 | |
| 16191934 | 2 years ago | | | 0 | 0.0014169568 |
ABI
ABI objects
Getter at block 21263034
name() view returns (string)
666 DEGEN PIGZ
symbol() view returns (string)
DPSIX
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) pure returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address spender, uint256 id)
mint() payable
release(address account)
release(address token, address account)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Minted(address indexed owner, string tokenURI, uint256 indexed mintTime)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address[] _payees, uint256[] _shares)
receive()
InsufficientFunds()
NotOwner()
SoldOut()