0x631bb9bc0bd470a329effb79f5f92b842125df56
Verified contract
Proxy
Active on
Ethereum with 4,521 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "0x631bb9bc0bd470a329effb79f5f92b842125df56"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050876 | a month ago | | | 0 | 0.00093879055 | |
| 20876005 | 2 months ago | | | 0 | 0.00015098338 | |
| 20564503 | 3 months ago | | | 0 | 0.000061883800 | |
| 20546968 | 3 months ago | | | 0 | 0.000039916113 | |
| 20526011 | 3 months ago | | | 0 | 0.00014645400 | |
| 20416195 | 4 months ago | | | 0 | 0.00012013417 | |
| 20413258 | 4 months ago | | | 0 | 0.00018340167 | |
| 20079204 | 5 months ago | | | 0 | 0.00044893581 | |
| 19520493 | 8 months ago | | | 0 | 0.00096238420 | |
| 19508633 | 8 months ago | | | 0 | 0.00036872333 |
ABI
ABI objects
Getter at block 21270268
auctionActive() view returns (bool)
false
auctionDuration() view returns (uint256)
0
auctionPrice() view returns (uint256)
0
auctionStartedAt() view returns (uint256)
0
maxAmount() view returns (uint256)
4210
maxPerMint() view returns (uint256)
25
maxPerWallet() view returns (uint256)
100
name() view returns (string)
Abducting Mfers Depolyer V2
owner() view returns (address)
0x1b3bd71e47305d1ec3b9d07098eb4ba1e7a15dec
presaleActive() view returns (bool)
false
price() view returns (uint256)
49000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
UFO
totalRevenue() view returns (uint256)
166361600000000000000
totalSupply() view returns (uint256)
4211
treasury() view returns (address)
0x1b3bd71e47305d1ec3b9d07098eb4ba1e7a15dec
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
batchAirdrop(uint256[] numberOfTokens, address[] recipients)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startAuction(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newStartPrice, uint256 newEndPrice, uint256 newDuration, bool presale)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MerkleRootSet(bytes32 indexed merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBaseURISet(string indexed tokenBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.