DAOphin
Verified contract
Active on
Ethereum with 1,984 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
3 additional
variables
Balances ($0.00)
No balances found for "DAOphin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225764 | 12 days ago | | | 0 | 0.00053261131 | |
| 20702485 | 3 months ago | | | 0 | 0.000059363522 | |
| 20609397 | 3 months ago | | | 0 | 0.000039594202 | |
| 20375477 | 4 months ago | | | 0 | 0.00022371512 | |
| 20205321 | 5 months ago | | | 0 | 0.00019963802 | |
| 20196974 | 5 months ago | | | 0 | 0.00011810881 | |
| 19942579 | 6 months ago | | | 0 | 0.00039649275 | |
| 19885011 | 7 months ago | | | 0 | 0.00024443336 | |
| 19868512 | 7 months ago | | | 0 | 0.00066755475 | |
| 19798211 | 7 months ago | | | 0 | 0.00044116245 |
ABI
ABI objects
Getter at block 21312692
burnContract() view returns (address)
0x0000000000000000000000000000000000000000
claim() view returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
listingsAllowed() view returns (bool)
true
metadata() view returns (string)
ipfs://QmRuiSNTCMqcmGv4LzE4ZAwW7oU7utJKtuhsAGDCHYx8Tz/
name() view returns (string)
DAOphin
name_() view returns (string)
DAOphin
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xbebc24b3ee05eccb525e0304a1d726f5b396660f
paymentFee() view returns (uint256)
600000000000000
pricePerToken() view returns (uint256)
15000000000000000
refund() view returns (bool)
false
sale() view returns (bool)
false
signer() view returns (address)
0x2f2a13462f6d4af64954ee84641d265932849b64
symbol() view returns (string)
MFD
symbol_() view returns (string)
MFD
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
6535
totalRefunded() view returns (uint256)
86
totalSupply() view returns (uint256)
6449
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address, uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
minted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdropTokens(address[] _wallets, uint256 amount)
burnForAddress(address _address)
claimTokens(bytes _voucher, uint256 tokenAmount) payable
mintTokens(uint256 tokenAmount) payable
permanentlyDisableAirdrops()
refundTokens(address wallet, uint256 tokenId, uint256 tokenAmount)
renounceOwnership()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurnContract(address _contract)
setClaim(bool _state)
setListingAllowed()
setMaxTx(uint256 _amount)
setMetadata(string _uri)
setPaymentAddress(address _paymentAddress)
setPaymentFee(uint256 amount)
setPricePerToken(uint256 price)
setRefund(bool _state)
setSale(bool _state)
setSigner(address _signer)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()