PiggyBankers
Verified contract
Active on
Ethereum with 1,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "PiggyBankers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274445 | 22 days ago | | | 0 | 0.00031710889 | |
| 21274425 | 22 days ago | | | 0 | 0.00032856183 | |
| 21274321 | 22 days ago | | | 0 | 0.00025455751 | |
| 21274317 | 22 days ago | | | 0 | 0.00044776187 | |
| 20605273 | 4 months ago | | | 0 | 0.000054616206 | |
| 20343440 | 5 months ago | | | 0 | 0.00018232097 | |
| 20012186 | 6 months ago | | | 0 | 0.00088841470 | |
| 19712644 | 8 months ago | | | 0 | 0.00068736703 | |
| 19693068 | 8 months ago | | | 0 | 0.00031116569 | |
| 19392206 | 9 months ago | | | 0 | 0.0033415695 |
ABI
ABI objects
Getter at block 21428466
baseURI() view returns (string)
ipfs://QmeqnuhFQBYF7SH6UeoLqgHmWoNVEYuXEUDV8FxCq8N1tF/
getSalePrice() view returns (uint256)
150000000000000000
maxSupply() view returns (uint256)
7777
name() view returns (string)
PiggyBankers
notRevealedUri() view returns (string)
ipfs://Qmb4VscNmdfxJ3bVrxGL4hMNq2hU6rYi6sgqMMU1SdnW3o
owner() view returns (address)
0xf5589774a3c8022c65f5fce5e1bc8ce642b4954d
paused() view returns (bool)
true
presaleStart() view returns (uint256)
0
price() view returns (uint256)
150000000000000000
publicStart() view returns (uint256)
1644253140
revealed() view returns (bool)
true
symbol() view returns (string)
PB
totalReleased() view returns (uint256)
348170000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1851
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)
premintClaimed(address) view returns (bool)
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 airdrop(address[] addresses)
approve(address to, uint256 tokenId)
pauseSale()
presaleMint(uint256 amount, uint256 max, bytes signature) payable
publicSaleMint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserveTokens(uint256 amount)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCanReserveToken(address _address, bool _can)
setMaxSupply(uint256 supply)
setNotRevealedURI(string _notRevealedURI)
setPresaleAddress(address _newAddress)
setPresaleStart(uint256 _start)
setSalePrice(uint256 _newPrice)
setSaleStart(uint256 _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseSale()
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 _initBaseURI, string _initNotRevealedUri)
receive()
This contract contains no error objects.