M.U.G.S
Verified contract
Active on
Ethereum with 6,698 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 "M.U.G.S"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106679 | 15 days ago | | | 0 | 0.00019518459 | |
| 21096945 | 16 days ago | | | 0 | 0.00043840895 | |
| 20997461 | a month ago | | | 0 | 0.00026967722 | |
| 20856821 | 2 months ago | | | 0 | 0.00046217881 | |
| 20559818 | 3 months ago | | | 0 | 0.000049580010 | |
| 20474397 | 3 months ago | | | 0 | 0.00010504131 | |
| 20474396 | 3 months ago | | | 0 | 0.00010062845 | |
| 20345493 | 4 months ago | | | 0 | 0.000062418716 | |
| 20289991 | 4 months ago | | | 0 | 0.000061837645 | |
| 20289989 | 4 months ago | | | 0 | 0.000048492042 |
ABI
ABI objects
Getter at block 21211175
MAX_PURCHASE() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
10000
WHITELIST_SIGNER() view returns (address)
0x102999b48ea769360ead78fc4d81bbc9d148519f
name() view returns (string)
M.U.G.S
owner() view returns (address)
0x3d27d4be6441ced29a0cbdb2c9f3be4be931dfa7
saleIsActive() view returns (bool)
false
symbol() view returns (string)
M.U.G.S
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)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxPurchase(uint256 max)
mint(uint256 numberOfTokens)
preMint(uint256 numberOfTokens, uint256 max, bytes signature)
renounceOwnership()
reserve(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setWhiteListSigner(address signer)
toggleSale()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.