Robot Game
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Robot Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19945569 | 6 months ago | | | 0 | 0.00010786549 | |
| 15742829 | 2 years ago | | | 0 | 0.00037783630 | |
| 15204726 | 2 years ago | | | 0 | 0.00015251804 | |
| 15143693 | 2 years ago | | | 0 | 0.00056758942 | |
| 14486963 | 3 years ago | | | 0 | 0.0015084993 | |
| 14390630 | 3 years ago | | | 0 | 0.00079871601 | |
| 14243273 | 3 years ago | | | 0 | 0.0012873084 | |
| 14220754 | 3 years ago | | | 0 | 0.0024757856 | |
| 14217136 | 3 years ago | | | 0 | 0.0019650398 | |
| 14214376 | 3 years ago | | | 0 | 0.0027087851 |
ABI
ABI objects
Getter at block 21281469
MAX_TOKENS() view returns (uint256)
50000
MINT_PER_TX_LIMIT() view returns (uint256)
5
bullStolen() view returns (uint16)
0
name() view returns (string)
Robot Game
owner() view returns (address)
0xfd9059dfd3a114c9bd8970d9d580ea573b849876
paused() view returns (bool)
true
phase() view returns (uint16)
1
revealed() view returns (bool)
false
robotStolen() view returns (uint16)
0
staking() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Robull
tokensMinted() view returns (uint256)
352
totalSupply() view returns (uint256)
352
wheat() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLegendary(uint16 id) view returns (bool)
isRobot(uint16 id) view returns (bool)
mintPrice(uint256 _amount) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phasePrice(uint16) view 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)
whitelist(address) view returns (bool)
State-modifying
Events addAvailableTokens(uint16 _from, uint16 _to)
airdrop(uint256 _amount, address _address)
approve(address to, uint256 tokenId)
changePhasePrice(uint16 _phase, uint256 _weiPrice)
devMint(uint256 _amount)
mint(uint256 _amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setLegendaryId(uint16 id, bool _legendary)
setLegendaryIds(uint16[] ids)
setPaused(bool _state)
setRobotId(uint16 id, bool _robot)
setRobotIds(uint16[] ids)
setStaking(address _staking)
setWheat(address _wheat)
setWhitelisted(address[] _addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
TokenStolen(address owner, uint16 tokenId, address thief)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.