Powerball V1
Verified contract
Active on
Ethereum with 240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Powerball V1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15369563 | 2 years ago | | | 0 | 0.00037530556 | |
| 15369204 | 2 years ago | | | 0 | 0.00050777100 | |
| 15191340 | 2 years ago | | | 0 | 0.00043797455 | |
| 15144514 | 2 years ago | | | 0 | 0.0012745452 | |
| 15109347 | 2 years ago | | | 0 | 0.010334696 | |
| 15104746 | 2 years ago | | | 0 | 0.012677862 | |
| 15104744 | 2 years ago | | | 0 | 0.010528169 | |
| 15098823 | 2 years ago | | | 0 | 0.012818402 | |
| 15091726 | 2 years ago | | | 0 | 0.0015727763 | |
| 15091609 | 2 years ago | | | 0 | 0.020871282 |
ABI
ABI objects
Getter at block 21203445
amountWithdrawn() view returns (uint256)
0
isPublicMintingEnabled() view returns (bool)
true
lockBaseUri() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x5e551ecbc4b0d0ab94638b0b80d7f29aaefff700dcb50b6a1271c4303ab5be0e
mintFee() view returns (uint256)
0
name() view returns (string)
Powerball V1
owner() view returns (address)
0xf7ed5830ebf0c384d55654a4af5ee7ef6b2b9320
placeholderImage() view returns (string)
publicMintLimit() view returns (uint256)
8
remaining() view returns (uint256)
9701
symbol() view returns (string)
PWBONE
version() pure returns (string)
1.0.6
whitelistMintEnabled() view returns (bool)
false
wlMintLimit() view returns (uint256)
4
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
cache(uint256) view returns (uint256)
cachePosition(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsUsed(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events airDropRandomToAccounts(address[] to)
approve(address to, uint256 tokenId)
changeBaseUri(string baseURI_)
changeMintFee(uint256 mintFee_)
changePlaceholderImage(string placeholderImage_)
changePublicMintLimit(uint256 mintLimit_)
changeWlMintLimit(uint256 mintLimit_)
initialize()
mintRandom(uint256 count) payable
permanentlyLockBaseUri()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
toggleRandomPublicMinting()
toggleWhitelistMinting()
transferBalance(address to, uint256 amount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) 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()
receive()
This contract contains no error objects.