Millenium Foundation NFT
Verified contract
Active on
Ethereum with 43 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 "Millenium Foundation NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18639347 | a year ago | | | 0 | 0.0014152861 | |
| 18637074 | a year ago | | | 0 | 0.00088238756 | |
| 18637065 | a year ago | | | 0 | 0.00087682961 | |
| 18637062 | a year ago | | | 0 | 0.00089449436 | |
| 18637061 | a year ago | | | 0 | 0.0023062518 | |
| 18605792 | a year ago | | | 0 | 0.0015603614 | |
| 18498591 | a year ago | | | 0 | 0.0012549360 | |
| 18498589 | a year ago | | | 0 | 0.0011563124 | |
| 18484512 | a year ago | | | 0 | 0.0017140514 | |
| 18455248 | a year ago | | | 0 | 0.00030115680 |
ABI
ABI objects
Getter at block 21310288
admin() view returns (address)
0x8351ab2971494329ffb1e815bc515df915333918
contractOwner() view returns (address)
0x7e2e3106b6dcfed0f3a8fba2bd6f0c3656173144
currentIndex() view returns (uint256)
404
getSpecialWallets() view returns (address[])
[0x8351aB2971494329FFB1E815Bc515DF915333918, 0xbFd998ee7009E717721D2EA99929537E357DB63e, 0x9B539eb5e7a5F87Ef642eB0E6a3AE9F025880535, 0xeE4e3B0ae02c26a515254b14731E6DcaF57cD023, 0x687d6449E738907b803a95546e6cFc773417f68A]
mintOpen() view returns (bool)
true
name() view returns (string)
Millenium Foundation NFT
pauseAtId() view returns (uint256)
10000
pricePerNFT() view returns (uint256)
1000000000000000000
symbol() view returns (string)
MILL
totalAllocatedPercentage() view returns (uint256)
335
totalSupply() view returns (uint256)
404
uri() view returns (string)
ipfs://QmVEYft4bwLTUzzWM5QoSnXEjjcdap7iRYQwXMoYRG1v24
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)
payoutPercentage(address) view returns (uint256)
specialWallets(uint256) 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 addSpecialWallet(address _specialWallet, uint256 _percentage, string _name)
approve(address to, uint256 tokenId)
changeAdmin(address _newAdmin)
changeSpecialWalletPercentage(address _specialWallet, uint256 _percentage)
mint(uint256 _quantity, address _referral) payable
openMint(bool _isOpen)
removeSpecialWallet(address _specialWallet)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPauseAtId(uint256 _pauseAtId)
setPricePerNFT(uint256 _pricePerNFT)
setUri(string _uri)
setUriById(uint256 _id, string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
withdrawEth()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewSpecialWalet(address indexed walletAddress, string name)
Payout(address indexed mintingAddress, address indexed payoutAddress, bool indexed isSpecialWaletPayout, uint256 timestamp, uint256 mints, uint256 price, uint256 referralEarnings)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _pricePerNFT)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()