Dyno Friends
Verified contract
Active on
Ethereum with 114 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 "Dyno Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17806906 | a year ago | | | 0 | 0.0014243840 | |
| 15540686 | 2 years ago | | | 0 | 0.0012819059 | |
| 15540685 | 2 years ago | | | 0 | 0.0011848998 | |
| 15540683 | 2 years ago | | | 0 | 0.0012476328 | |
| 15540554 | 2 years ago | | | 0 | 0.0010021177 | |
| 15207666 | 2 years ago | | | 0 | 0.00059014222 | |
| 14868648 | 2 years ago | | | 0 | 0.0013460757 | |
| 14371993 | 3 years ago | | | 0 | 0.00082737304 | |
| 14354129 | 3 years ago | | | 0 | 0.0010448827 | |
| 14348718 | 3 years ago | | | 0 | 0.0017001770 |
ABI
ABI objects
Getter at block 21224711
_baseTokenURI() view returns (string)
https://dyno-metadata.s3.us-east-2.amazonaws.com/
_beneficiary() view returns (address)
0x460b0bef82662807576e5571a893685f28acec8e
_burnCount() view returns (uint256)
0
_maxSupply() view returns (uint256)
120
_tokenPrice() view returns (uint256)
40000000000000000
getPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Dyno Friends
owner() view returns (address)
0x35c041b15627536f157f9ba3daa9429ee0f59611
paused() view returns (bool)
false
symbol() view returns (string)
DYFR
totalSupply() view returns (uint256)
120
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdsOfUserAddress(address _userAddr) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 tokenId_) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminBurn(uint256 tokenId_)
adminMintBatch(address[] addrList)
approve(address to, uint256 tokenId)
burn(uint256 tokenId_)
grantAuthorized(address auth_)
mint(uint256 num) payable
pause()
renounceOwnership()
revokeAuthorized(address auth_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBeneficiary(address beneficiary_)
setMaxSupply(uint256 _newMaxSupply)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventMint(address _to, uint256 _num, uint256 _ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI_, address beneficiary_)
This contract contains no fallback and receive objects.
This contract contains no error objects.