Ethermonkeys
Verified contract
Active on
Ethereum with 8,700 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 "Ethermonkeys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090390 | 21 days ago | | | 0 | 0.00014140951 | |
| 20676329 | 3 months ago | | | 0 | 0.000083564773 | |
| 20662896 | 3 months ago | | | 0 | 0.000086768500 | |
| 20607838 | 3 months ago | | | 0 | 0.000039729756 | |
| 20597937 | 3 months ago | | | 0 | 0.000040745916 | |
| 20145513 | 5 months ago | | | 0 | 0.000059463082 | |
| 20063239 | 5 months ago | | | 0 | 0.00081481199 | |
| 19886031 | 6 months ago | | | 0 | 0.000092693962 | |
| 19886030 | 6 months ago | | | 0 | 0.000099063266 | |
| 19886029 | 6 months ago | | | 0 | 0.000090354427 |
ABI
ABI objects
Getter at block 21243366
baseURI() view returns (string)
ipfs://QmcXQAPsSHqRjCFpFWwQXHPhaoGuR2oYczzXGoChsxSKHM/
maxBatch() view returns (uint256)
25
name() view returns (string)
Ethermonkeys
owner() view returns (address)
0x2bddbb495972f3e06c4d3bcbf1c1086f301430f5
price() view returns (uint256)
50000000000000000
stacker() view returns (address)
0x91bd000c65bb801eaccde73602cbf65f137950af
started() view returns (bool)
true
symbol() view returns (string)
EB
totalCount() view returns (uint256)
10000
totalMonkeys() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
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 adminMint(uint256 _times) payable
adminMintGiveaways(address _addr)
approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mintMonkey(uint256 _times) payable
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)
setNormalStart(bool _start)
setStackerAddress(address _stackerAddress)
setTokenURI(uint256 _tokenId, string _tokenURI)
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)
MintMonkeys(address indexed minter, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.