Pinballer1
Verified contract
Active on
Ethereum with 731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($1,645.57)
Native
Value
$1,645.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.5124 | $3,211.50 |
$1,645.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20554981 | 3 months ago | | | 0 | 0.00017432605 | |
| 20523635 | 3 months ago | | | 0 | 0.00016205514 | |
| 20523629 | 3 months ago | | | 0 | 0.00016924796 | |
| 20523617 | 3 months ago | | | 0 | 0.00016882966 | |
| 20523612 | 3 months ago | | | 0 | 0.00016428576 | |
| 20474335 | 3 months ago | | | 0 | 0.00018011467 | |
| 20469552 | 3 months ago | | | 0 | 0.00024281433 | |
| 20453373 | 3 months ago | | | 0 | 0.000048527356 | |
| 20433674 | 3 months ago | | | 0 | 0.00040095886 | |
| 20433670 | 3 months ago | | | 0.042 | 0.00074237536 |
ABI
ABI objects
Getter at block 21184836
MAX_OWNER_MINT() view returns (uint256)
400
MAX_SUPPLY() view returns (uint256)
10000
burnPaused() view returns (bool)
false
getMaxSupply() pure returns (uint256)
10000
getMintPrice() view returns (uint256)
42000000000000000
maxMintAmountPerTx() view returns (uint256)
100
metadataFrozen() view returns (bool)
false
mintedByOwnerCount() view returns (uint256)
192
name() view returns (string)
Pinballer1
owner() view returns (address)
0x74682c44a3be1e3d5d2fdcb1d30e067281239b2b
paused() view returns (bool)
false
pinballerItemContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
shouldMintPinItem() view returns (bool)
false
symbol() view returns (string)
PIN
totalReleased() view returns (uint256)
23595600000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
766
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)
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)
tokenURI(uint256) view returns (string)
totalReleased(address token) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
distributeAll()
freezeMetadata()
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setApprovalForAll(address operator, bool approved)
setBurnPaused(bool _newState)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _newState)
setPinballerItemContractAddress(address _address)
setShouldMintPinItem(bool _shouldMintPinItem)
setUri(string _uri)
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)
Paused(address account)
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)
Unpaused(address account)
tokenBurned(address indexed sender, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares, address[] _initMintReceivers, uint256[] _initMintCount)
receive()
This contract contains no error objects.