magetown.wtf
Verified contract
Active on
Ethereum with 265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($74.89)
Native
Value
$74.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0201 | $3,725.65 |
$74.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17166137 | 2 years ago | | | 0 | 0.0034662328 | |
| 15428106 | 2 years ago | | | 0 | 0.00028611810 | |
| 15274518 | 2 years ago | | | 0 | 0.00048123562 | |
| 15274507 | 2 years ago | | | 0 | 0.00058471077 | |
| 15274501 | 2 years ago | | | 0 | 0.00058937448 | |
| 14985602 | 2 years ago | | | 0 | 0.00088986419 | |
| 14908097 | 2 years ago | | | 0 | 0.0011334243 | |
| 14905665 | 2 years ago | | | 0 | 0.0021008595 | |
| 14904005 | 2 years ago | | | 0 | 0.0035772772 | |
| 14903997 | 2 years ago | | | 0 | 0.0017799223 |
ABI
ABI objects
Getter at block 21310700
baseURI() view returns (string)
ipfs://QmcJQbXshyRMtqvXdWQi6s1ZD5Rqyy1F43nUHhmQMbDe5t/
mintRate() view returns (uint256)
0
name() view returns (string)
magetown.wtf
owner() view returns (address)
0x36835557e212a42f9bf6b3364d3bc616469bf691
revealed() view returns (bool)
true
symbol() view returns (string)
MAGETOWNWTF
totalSupply() view returns (uint256)
2616
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 approve(address to, uint256 tokenId)
changeRevealed(bool _revealed)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()