Stacked Monkeys
Verified contract
Active on
Ethereum with 2,337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- | |
EB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19633471 | 7 months ago | | | 0 | 0.0017984644 | |
| 19405078 | 8 months ago | | | 0 | 0.0024595169 | |
| 18910164 | 10 months ago | | | 0 | 0.00046884025 | |
| 18723342 | a year ago | | | 0 | 0.0013047871 | |
| 17639723 | a year ago | | | 0 | 0.00065626200 | |
| 17005083 | 2 years ago | | | 0 | 0.00097388034 | |
| 16971749 | 2 years ago | | | 0 | 0.0010881591 | |
| 16781886 | 2 years ago | | | 0 | 0.00051136051 | |
| 16414842 | 2 years ago | | | 0 | 0.00052257760 | |
| 16371070 | 2 years ago | | | 0 | 0.0013327365 |
ABI
ABI objects
Getter at block 21162990
baseURI() view returns (string)
ipfs://QmW8pUAgW3yX6LP2SCwdKq1W8Fm2cdtuVV9rrGBKUduRPG/
name() view returns (string)
Stacked Monkeys
owner() view returns (address)
0x580df8462930f53f4d48887fe1b5b49923b029b2
staking() view returns (address)
0x5d8217f64fa8620f6ee4270de2e773c4795f4cea
symbol() view returns (string)
EMST
totalCount() view returns (uint256)
3333
totalMonkeys() view returns (uint256)
1515
totalSupply() view returns (uint256)
1515
unstackedMonkeeAddress() view returns (address)
0xff1be3171a16fe431e31d874e4de14814362e588
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
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)
devMint(uint256 _times)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setStakingAddress(address _stakingAddress)
setTokenURI(uint256 _tokenIds, string _tokenURI)
stack(uint256[] _tokenIds)
startStacking()
stopStacking()
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)
MintStack(address indexed sender, uint256 startWith)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _unstackedAddress, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.