RatRace
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "RatRace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RatRace"
ABI
ABI objects
Getter at block 21411058
admin() view returns (address)
0x0000000000000000000000000000000000000000
isBabyRat() view returns (bool)
false
isRace() view returns (bool)
false
isRatList() view returns (bool)
false
maxSupply() view returns (uint256)
0
name() pure returns (string)
RatRace
nibbles() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
ratListAllowance() view returns (uint256)
0
ratsLair() view returns (string)
specialRatsCount() view returns (uint256)
0
symbol() pure returns (string)
RAT
totalSupply() view returns (uint256)
0
validator() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
ratGene(uint256) view returns (uint256)
rats(uint256) view returns (uint256)
specialRats(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool supported)
tokenURI(uint256 _id) view returns (string)
usedSignatures(bytes) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAddresses(address _nibbles)
setApprovalForAll(address operator, bool approved)
setRatsLair(string _ratsLair)
setValidator(address _validator)
startRatRace()
transfer(address to, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.