STONEYs
Verified contract
Active on
Ethereum with 2,839 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 "STONEYs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093834 | 16 days ago | | | 0 | 0.00055818733 | |
| 21001231 | a month ago | | | 0 | 0.00051492437 | |
| 20853988 | 2 months ago | | | 0 | 0.00026088740 | |
| 20766616 | 2 months ago | | | 0 | 0.00011638892 | |
| 20723356 | 2 months ago | | | 0 | 0.00025767357 | |
| 20563759 | 3 months ago | | | 0 | 0.00024025462 | |
| 20547829 | 3 months ago | | | 0 | 0.000053326646 | |
| 20547813 | 3 months ago | | | 0 | 0.000057886370 | |
| 20505146 | 3 months ago | | | 0 | 0.000046030455 | |
| 20501710 | 3 months ago | | | 0 | 0.000037295200 |
ABI
ABI objects
Getter at block 21205537
MAX_PURCHASE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
2222
_nextTokenId() view returns (uint256 _value)
2223
getPrice() view returns (uint256)
42000000000000000
name() view returns (string)
STONEYs
owner() view returns (address)
0xb07952a55bf9c45c268f37c3631823df50ac721a
saleIsActive() view returns (bool)
true
symbol() view returns (string)
STONEYs
totalSupply() view returns (uint256)
2222
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 _price)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 indexed fromTokenId, uint256 amount, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string newBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.