YokoRobots
Verified contract
Active on
Ethereum with 2,625 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 "YokoRobots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19867698 | 6 months ago | | | 0 | 0.00018288758 | |
| 19522867 | 8 months ago | | | 0 | 0.0010130048 | |
| 19146976 | 10 months ago | | | 0 | 0.00073839336 | |
| 19146974 | 10 months ago | | | 0 | 0.00080215869 | |
| 19146971 | 10 months ago | | | 0 | 0.0010667700 | |
| 19065798 | 10 months ago | | | 0 | 0.00050645864 | |
| 19015933 | 10 months ago | | | 0 | 0.00065677117 | |
| 18910200 | a year ago | | | 0 | 0.00029133290 | |
| 18910198 | a year ago | | | 0 | 0.00026591515 | |
| 18910197 | a year ago | | | 0 | 0.00042871060 |
ABI
ABI objects
Getter at block 21275187
getCurrentId() view returns (uint256)
5000
maxFree() view returns (uint256)
1
maximumFreeSupply() view returns (uint256)
1000
maximumSupply() view returns (uint256)
5000
mintPrice() view returns (uint256)
9000000000000000
name() view returns (string)
YokoRobots
owner() view returns (address)
0x2aecca2db4e8057457cd917aaf682341c129fed2
paused() view returns (bool)
false
symbol() view returns (string)
YR
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
countFree(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
lowerFreeSupply(uint256 freeYokos)
lowerPrice(uint256 newPrice)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPausedState(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.