Madness Phunk
Verified contract
Proxy
Active on
Ethereum with 69 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Madness Phunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20109283 | 5 months ago | | | 0 | 0.00014320413 | |
| 16647319 | 2 years ago | | | 0 | 0.0017463600 | |
| 16647240 | 2 years ago | | | 0 | 0.0019465072 | |
| 16647212 | 2 years ago | | | 0 | 0.0013828324 | |
| 16647085 | 2 years ago | | | 0 | 0.0015532330 | |
| 16647076 | 2 years ago | | | 0 | 0.0018887383 | |
| 16647076 | 2 years ago | | | 0 | 0.0018887383 | |
| 16647060 | 2 years ago | | | 0 | 0.0017856020 | |
| 16647021 | 2 years ago | | | 0 | 0.0018817273 | |
| 16645800 | 2 years ago | | | 0 | 0.0024225256 |
ABI
ABI objects
Getter at block 21303621
implementation() view returns (address)
0xb038e47399aef432fdfd117c0d83b0fb6e9eff85
cost() view returns (uint256)
1800000000000000
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
Madness Phunk
owner() view returns (address)
0xf3c51e362572f0dbe4eebaeb652fa2c7717c3a60
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
111
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) payable
initData(string name, string token, string u, uint256 max, uint256 c)
mint(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()