One Donuts
Verified contract
Active on
Ethereum with 798 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 "One Donuts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19826165 | 6 months ago | | | 0 | 0.00021073134 | |
| 19777543 | 7 months ago | | | 0 | 0.00054086910 | |
| 19621320 | 7 months ago | | | 0 | 0.0018606983 | |
| 19514849 | 8 months ago | | | 0 | 0.0011549961 | |
| 19209939 | 9 months ago | | | 0 | 0.0010234145 | |
| 18929508 | 10 months ago | | | 0 | 0.00052918080 | |
| 18903802 | a year ago | | | 0 | 0.00048005808 | |
| 18632889 | a year ago | | | 0 | 0.0013420643 | |
| 18607958 | a year ago | | | 0 | 0.0011648216 | |
| 18336073 | a year ago | | | 0 | 0.00047843476 |
ABI
ABI objects
Getter at block 21206024
_paused() view returns (bool)
false
getPrice() view returns (uint256)
50000000000000000
name() view returns (string)
One Donuts
owner() view returns (address)
0xc18b211b9411b6655cdfd55a4eabc4d9d2d62291
symbol() view returns (string)
ONEDONUTS
totalSupply() view returns (uint256)
1124
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adopt(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.