Monkeees
Verified contract
Active on
Ethereum with 1,035 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 "Monkeees"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599922 | 3 months ago | | | 0 | 0.000055667144 | |
| 20524005 | 3 months ago | | | 0 | 0.000055358112 | |
| 20194612 | 5 months ago | | | 0 | 0.000053941823 | |
| 19547235 | 8 months ago | | | 0 | 0.00077618158 | |
| 19464187 | 8 months ago | | | 0 | 0.0011176927 | |
| 19422250 | 9 months ago | | | 0 | 0.0025896458 | |
| 19305075 | 9 months ago | | | 0 | 0.0013939181 | |
| 19273213 | 9 months ago | | | 0 | 0.00088726815 | |
| 19261915 | 9 months ago | | | 0 | 0.0016557615 | |
| 19238311 | 9 months ago | | | 0 | 0.00060188100 |
ABI
ABI objects
Getter at block 21283238 getTokenIdPool() view returns (uint256[])
baseTokenURI() view returns (string)
https://plum-mad-worm-91.mypinata.cloud/ipfs/QmRmz24a5oxdoWdAWBQ38X2SEDYkpTojRko5pow1Fd1Rzs/
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
100
maxMintedId() view returns (uint256)
100
name() view returns (string)
Monkeees
owner() view returns (address)
0x172d6d7a9790b38c682d3d23aa807086dded6f21
symbol() view returns (string)
MONKEEES
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setTradingmode(bool _Tradingmode)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalNativeSupply, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()