StripperVille Marbles
Verified contract
Active on
Ethereum with 1,065 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 "StripperVille Marbles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532057 | 3 months ago | | | 0 | 0.00012074115 | |
| 20157161 | 5 months ago | | | 0 | 0.00016828463 | |
| 19107619 | 10 months ago | | | 0 | 0.00051483730 | |
| 19074710 | 10 months ago | | | 0 | 0.00018883710 | |
| 18729264 | a year ago | | | 0 | 0.0041426719 | |
| 18643937 | a year ago | | | 0 | 0.0016909942 | |
| 18643933 | a year ago | | | 0 | 0.0021455722 | |
| 18643918 | a year ago | | | 0 | 0.0016159642 | |
| 18594385 | a year ago | | | 0 | 0.0012693264 | |
| 18594381 | a year ago | | | 0 | 0.0012893260 |
ABI
ABI objects
Getter at block 21207790 getMyAssets() view returns (uint256[])
NFT() view returns (address)
0x28c9680a55b00785412f726828db00a1de4e2ced
name() view returns (string)
StripperVille Marbles
nonce() view returns (uint256)
2281
owner() view returns (address)
0x28c9680a55b00785412f726828db00a1de4e2ced
symbol() view returns (string)
SMRB
totalSupply() view returns (uint256)
2279
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
getStrippersByOwner(address owner) view returns (struct MarblesAsset[])
getStrippersCountByOwner(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stripperMint(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveaway(address to, uint256 qty)
mint(uint256[] ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setStripperVilleAddress(address newAddress)
setTotalSupply(uint256 newSupply)
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)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor(address nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.