TheRoundies
Verified contract
Active on
Ethereum with 59 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 "TheRoundies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15037568 | 2 years ago | | | 0 | 0.0013995334 | |
| 14420935 | 3 years ago | | | 0 | 0.0013778349 | |
| 14218749 | 3 years ago | | | 0 | 0.0037125290 | |
| 13979181 | 3 years ago | | | 0 | 0.013007939 | |
| 13837715 | 3 years ago | | | 0 | 0.0074225250 | |
| 13406994 | 3 years ago | | | 0 | 0.0032941499 | |
| 13282549 | 3 years ago | | | 0.04 | 0.0082227444 | |
| 13213389 | 3 years ago | | | 0.04 | 0.011225882 | |
| 13196439 | 3 years ago | | | 0 | 0.0069487937 | |
| 13196276 | 3 years ago | | | 0 | 0.0070295445 |
ABI
ABI objects
Getter at block 21223243
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
10000
PRICE() view returns (uint256)
40000000000000000
baseTokenURI() view returns (string)
https://api.theroundies.io/roundies/
creatorAddress() view returns (address)
0xcbb3eed12a87d92865013faeb34e35fa4b390636
devAddress() view returns (address)
0xcbcc84766f2950cf867f42d766c43fb2d2ba3256
name() view returns (string)
TheRoundies
owner() view returns (address)
0x3ba6bd50c0f36c109db521662891bde697355de8
symbol() view returns (string)
TR
totalMint() view returns (uint256)
72
totalSupply() view returns (uint256)
72
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)
price(uint256 _count) pure returns (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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
getBurnedToken(address _ad) returns (uint256[])
getStartSales() returns (uint256)
hasBurn(address _ad) returns (bool)
mint(address _to, uint256 _count) payable
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setStartSales(uint256 _start)
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)
CreateRoundies(uint256 indexed id)
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.