Sick Monkeys
Verified contract
Proxy
Active on
Ethereum with 79 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 6 additional slots
-
variable spans 2 additional slots
Balances ($28.07)
Native
Value
$28.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00898 | $3,126.20 |
$28.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709156 | 2 months ago | | | 0.004 | 0.00011602077 | |
| 19211712 | 9 months ago | | | 0 | 0.0029884192 | |
| 18660698 | a year ago | | | 0 | 0.00092738922 | |
| 18489768 | a year ago | | | 0 | 0.0016223081 | |
| 18476674 | a year ago | | | 0 | 0.0023670817 | |
| 18469636 | a year ago | | | 0 | 0.0029826737 | |
| 18460642 | a year ago | | | 0 | 0.0014484294 | |
| 18460618 | a year ago | | | 0 | 0.0015170031 | |
| 18460588 | a year ago | | | 0 | 0.0013723110 | |
| 18460576 | a year ago | | | 0 | 0.0015534156 |
ABI
ABI objects
Getter at block 21159823
burnConfig() view returns (address archetype, address burnAddress, bool enabled, bool reversed, uint16 ratio, uint64 start, uint64 limit)
(archetype=0x0000000000000000000000000000000000000000, burnAddress=0x0000000000000000000000000000000000000000, enabled=false, reversed=false, ratio=0, start=0, limit=0)
config() view returns (string baseUri, address affiliateSigner, address ownerAltPayout, address superAffiliatePayout, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 platformFee, uint16 defaultRoyalty, struct Discount discounts)
(baseUri=https://ipfs.io/ipfs/bafybeigvb6ju3nfe5j54fd7treo3fbqa5ykpt2snbxnokhjc64h53oqaae/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, ownerAltPayout=0x0000000000000000000000000000000000000000, superAffiliatePayout=0x0000000000000000000000000000000000000000, maxSupply=2500, maxBatchSize=100, affiliateFee=0, platformFee=500, defaultRoyalty=0, discounts=(0, []))
name() view returns (string)
Sick Monkeys
options() view returns (bool uriLocked, bool maxSupplyLocked, bool affiliateFeeLocked, bool discountsLocked, bool ownerAltPayoutLocked, bool royaltyEnforcementEnabled, bool royaltyEnforcementLocked)
(uriLocked=false, maxSupplyLocked=false, affiliateFeeLocked=false, discountsLocked=false, ownerAltPayoutLocked=false, royaltyEnforcementEnabled=false, royaltyEnforcementLocked=false)
owner() view returns (address)
0xdfeb156581d0e8dd0361d278006a5e5b0f6cfa29
ownerBalance() view returns (struct OwnerBalance)
(3800000000000000, 5180000000000000)
platform() pure returns (address)
0x86b82972282dd22348374bc63fd21620f7ed847b
symbol() view returns (string)
SM
totalSupply() view returns (uint256)
849
Read-only
affiliateBalance(address affiliate) view returns (uint128)
affiliateBalanceToken(address affiliate, address token) view returns (uint128)
balanceOf(address owner) view returns (uint256)
computePrice(bytes32 key, uint256 quantity, bool affiliateUsed) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
invites(bytes32) view returns (uint128 price, uint128 reservePrice, uint128 delta, uint32 start, uint32 end, uint32 limit, uint32 maxSupply, uint32 interval, uint32 unitSize, address tokenAddress)
isApprovedForAll(address owner, address operator) view returns (bool)
listSupply(bytes32 key) view returns (uint256)
minted(address minter, bytes32 key) view returns (uint256)
ownerBalanceToken(address token) view returns (struct OwnerBalance)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchMintTo(struct Auth auth, address[] toList, uint256[] quantityList, address affiliate, bytes signature) payable
burnToMint(uint256[] tokenIds)
disableBurnToMint()
disableRoyaltyEnforcement()
enableBurnToMint(address archetype, address burnAddress, bool reversed, uint16 ratio, uint64 start, uint64 limit)
enableRoyaltyEnforcement()
initialize(string name, string symbol, struct Config config_, address _receiver)
lockAffiliateFee(string password)
lockDiscounts(string password)
lockMaxSupply(string password)
lockOwnerAltPayout(string password)
lockRoyaltyEnforcement(string password)
lockURI(string password)
mint(struct Auth auth, uint256 quantity, address affiliate, bytes signature) payable
mintTo(struct Auth auth, uint256 quantity, address to, address affiliate, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAffiliateFee(uint16 affiliateFee)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setDefaultRoyalty(address receiver, uint16 feeNumerator)
setDiscounts(struct Discount discounts)
setDutchInvite(bytes32 _key, bytes32 _cid, struct DutchInvite _dutchInvite)
setInvite(bytes32 _key, bytes32 _cid, struct Invite _invite)
setMaxBatchSize(uint32 maxBatchSize)
setMaxSupply(uint32 maxSupply, string password)
setOwnerAltPayout(address ownerAltPayout)
setSuperAffiliatePayout(address superAffiliatePayout)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address[] tokens)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, address token, uint128 wad, uint256 numMints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed src, address token, uint128 wad)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidConfig()
InvalidQueryRange()
LockedForever()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotOwner()
NotPlatform()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPassword()